Replies: 2 comments 2 replies
-
|
You might attempt refresh your browser cache. |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
I have a similar issue, it appears that user management exists in Airflow 3.x, but it's still using the old Flask-AppBuilder (FAB) views loaded in an iframe within the new React UI. The JavaScript timezone error is preventing this iframe from loading correctly. You can try setting the following variables in your environment and see if that makes any difference (not likely, but worth a shot). |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The security tab, specifically /users throws this error most of the time (not all the time):
This then causes some error handling and I am redirected away from the page
This is happening after updating to airflow 3.1.7 from 2 via the official helm chart on k8s.
Is this a known issue? Did I miss something I should have fixed?
My provider verisons:
apache-airflow-providers-cncf-kubernetes==10.13.0
apache-airflow-providers-common-compat==1.14.1
apache-airflow-providers-common-io==1.7.1
apache-airflow-providers-common-sql==1.30.4
apache-airflow-providers-fab==3.4.0
apache-airflow-providers-smtp==2.4.2
apache-airflow-providers-standard==1.12.1
Beta Was this translation helpful? Give feedback.
All reactions