jscheffl commented on PR #56457: URL: https://github.com/apache/airflow/pull/56457#issuecomment-3720855877
> @jscheffl Im unable to login to airflow on this branch. I lauched airflow with `breeze start-airflow -d -e --executor EdgeExecutor` and im seeing this error Actually I can confirm I had the same. Switched to FabAuthManager and then it worked. Somehow I was not able to reproduce this in main and therefore rebased my PR to latest main. Not able to get the error again. And I am not sure how this can be produced - for sure not with EdgeExecutor as this PR does not change anything on auth managers. What I saw is that the cookie `_token`was set to value `undefined` (as string, not the variable!) and then somehow the parsing failed. But I am not sure which side-condition can cause this and also can not see a PR that fixed it. If somebody is able to reproduce, would like to contribute a fix. From error stack it seems the browser sent a POST response with mime type JSON but not with JSON document body. -- 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]
