potiuk commented on issue #39204: URL: https://github.com/apache/airflow/issues/39204#issuecomment-2074756329
Absolutely cannot reproduce - even with your settings: Questions: * How did you make your user "Admin" after it's been registered as user? * Do you have more than one webserver instances running? Are you sure they are all restarted/upgraded to 2.9.0? * Can you see (at least few times while you are seeing missing Admin menus) what are the users and their roles using `airflow users list` command (see below) - does it change? * Is it possible that you have `AUTH_SYNC_ROLES_AT_LOGIN = True` set in all or some of your webservers ? * Is it possible that you have two users created with different usernames like this ? airflow users list ```` id | username | email | first_name | last_name | roles ===+===============+==============================+============+===========+============= 1 | github_potiuk | [email protected] | | | Admin 2 | potiuk | [email protected] | Jarek | Potiuk | Viewer ``` -- 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]
