OleksandrBrukhalskyi commented on issue #49871: URL: https://github.com/apache/airflow/issues/49871#issuecomment-2877034291
Hi, I also was facing this issue in `3.0.1` version. This [issue](https://github.com/apache/airflow/issues/49646) helped me in my case! To fix this I followed these steps: - I generated a token using this command in my server: `openssl rand -base64 16` - I have added a new environment variable into docker compose file: `AIRFLOW__API_AUTH__JWT__SECRET: <your_genearted_token>` I hope it will help to resolve this issue. -- 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]
