JustGui commented on issue #31675: URL: https://github.com/apache/superset/issues/31675#issuecomment-2647546301
I encontered this issue while upgrading from 4.0.2 to 5.0.0rc1. This error seems related to the library `flask-jwt-extended`: I found this issue related to our problem: https://github.com/vimalloc/flask-jwt-extended/issues/557 [This quickfix](https://github.com/vimalloc/flask-jwt-extended/issues/557#issuecomment-2483530464) worked for me for version 5.0.0rc1: using `PyJWT==2.9.0` instead of the [`2.10.1` in the requirements](https://github.com/apache/superset/blob/5.0.0rc1/requirements/base.txt) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
