tirkarthi commented on issue #64921: URL: https://github.com/apache/airflow/issues/64921#issuecomment-4215629532
The next step I can suggest would be to check flask_session and the code is same as 0.8.0 in github with fixes in https://github.com/pallets-eco/flask-session/pull/189/changes . You can have a breakpoint before `response.set_cookie` being called in `save_session` to ensure the value is string being passed to werkzeug. .env/lib/python3.12/site-packages/flask_session/base.py -- 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]
