hi everyone, i'm facing an issue while deploying my flask application on a vps server with nginx. the app works fine when tested locally and also when hosted on heroku. however, when deployed on...
作者在vps服务器上部署flask应用时,使用@jwt_required()装饰器的路由返回422错误。该应用在本地和heroku上正常工作。已检查jwt令牌、secret_key和过期设置,怀疑问题与nginx或gunicorn配置有关。请求建议和故障排除技巧。