-
|
I would like to upgrade my Airflow instances to the latest version of Airflow 3.1.7. But when I build the new image, everything starts but the API fails with the following error: It seems the session for the user does not exist and return None. My dependencies are up-to-date: I have done several research on the internet but it does not help for this specific error. I am wondering what am I doing wrong? Any help is appreciated. Thank you further. Jean |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Ok, after digging a bit more it seems the session payload has changed between the two version. After |
Beta Was this translation helpful? Give feedback.
Ok, after digging a bit more it seems the session payload has changed between the two version.
After
TRUNCATE session;the error vanished but the FAB GitHub Auth is failing now.