GitHub user potiuk added a comment to the discussion: Unable to login because of timezone error
It looks like in some cases your docker container might be build with double `/` in `/etc/localtime` symbolic link. Likely because some timezone information is missing or wrongly configured and Pendulum does not work well with it. https://github.com/python-babel/babel/issues/990#issuecomment-1762142879 contains a workaround in babel for similar issue. Applying it to your dockerfiles should fix the issue for you.l GitHub link: https://github.com/apache/airflow/discussions/44407#discussioncomment-11389854 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
