GitHub user phreakradio added a comment to the discussion: FAB /security/users page throws an error in airflow 3 after updating from 2
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). ``` BABEL_DEFAULT_TIMEZONE = "UTC" BABEL_DEFAULT_LOCALE = "en" ``` GitHub link: https://github.com/apache/airflow/discussions/63753#discussioncomment-16184348 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
