Skip to content

Commit 2b331da

Browse files
committed
Fix v4_upgrade_guide URL
1 parent b493a10 commit 2b331da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/release_notes/QwcDockerUpgradeNotes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ As a consequence, `/var/www` is not necessarily anymore the home directory of th
9393

9494
Starting with v2022.01.08, the requirements of all services where updated to use Flask-JWT-Extended 4.3.1.
9595

96-
Flask-JWT-4.x changes the JWT format (see [4.0.0 Breaking Changes](https://flask-jwt-extended.readthedocs.io/en/stable/v4_upgrade_guide/#encoded-jwt-changes-important)), which can result in QWC Services returning a `Missing claim: identity` error message.
96+
Flask-JWT-4.x changes the JWT format (see [4.0.0 Breaking Changes](https://flask-jwt-extended.readthedocs.io/en/stable/v4_upgrade_guide.html#encoded-jwt-changes-important)), which can result in QWC Services returning a `Missing claim: identity` error message.
9797

9898
To avoid this:
9999
* Change your JWT secret key in `.env`.

0 commit comments

Comments
 (0)