Why am I getting a login authentication not configured on the login page after updating to v0.11 using docker? #6564

Closed
opened 2026-02-21 18:16:20 -05:00 by yindo · 2 comments
Owner

Originally created by @BryceWG on GitHub (Nov 5, 2024).

Self Checks

  • This is only for bug report, if you would like to ask a question, please head to Discussions.
  • I have searched for existing issues search for existing issues, including closed ones.
  • I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).
  • [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)
  • Please do not modify this template :) and fill in all the required fields.

Dify version

v0.11

Cloud or Self Hosted

Self Hosted (Docker)

Steps to reproduce

Why am I getting a login authentication not configured on the login page after updating to v0.11 using docker? And my apps is not working now.
Clip_2024-11-05_19-32-10

✔️ Expected Behavior

I can login just like before

Actual Behavior

I can't login use my admin account and my apps lost

Originally created by @BryceWG on GitHub (Nov 5, 2024). ### Self Checks - [X] This is only for bug report, if you would like to ask a question, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general). - [X] I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones. - [X] I confirm that I am using English to submit this report (我已阅读并同意 [Language Policy](https://github.com/langgenius/dify/issues/1542)). - [X] [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:) - [X] Please do not modify this template :) and fill in all the required fields. ### Dify version v0.11 ### Cloud or Self Hosted Self Hosted (Docker) ### Steps to reproduce Why am I getting a login authentication not configured on the login page after updating to v0.11 using docker? And my apps is not working now. ![Clip_2024-11-05_19-32-10](https://github.com/user-attachments/assets/d80239cf-228e-4548-a315-4f79d35c65d7) ### ✔️ Expected Behavior I can login just like before ### ❌ Actual Behavior I can't login use my admin account and my apps lost
yindo added the 🐞 bug label 2026-02-21 18:16:20 -05:00
yindo closed this issue 2026-02-21 18:16:20 -05:00
Author
Owner

@dosubot[bot] commented on GitHub (Nov 5, 2024):

The "login authentication not configured" error after updating to v0.11 using Docker is likely due to missing or incorrect configurations in your .env file. This update requires a properly configured .env file for the deployment to function correctly. Ensure that you have created a .env file by copying from .env.example and that it includes all necessary configurations, especially those related to authentication and API URLs. Without this file, or if it is improperly configured, services may not start correctly, leading to authentication errors and non-functional apps [1].

To continue talking to Dosu, mention @dosu.

@dosubot[bot] commented on GitHub (Nov 5, 2024): <!-- Answer --> The "login authentication not configured" error after updating to v0.11 using Docker is likely due to missing or incorrect configurations in your `.env` file. This update requires a properly configured `.env` file for the deployment to function correctly. Ensure that you have created a `.env` file by copying from `.env.example` and that it includes all necessary configurations, especially those related to authentication and API URLs. Without this file, or if it is improperly configured, services may not start correctly, leading to authentication errors and non-functional apps <sup>[[1]](https://github.com/langgenius/dify/blob/main/docker/README.md)</sup>. <!-- Dosu Comment Footer --> *To continue talking to [Dosu](https://dosu.dev), mention @dosu.*
Author
Owner

@BryceWG commented on GitHub (Nov 5, 2024):

thanks, i ignore some env settings after upgrading!

@BryceWG commented on GitHub (Nov 5, 2024): thanks, i ignore some env settings after upgrading!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#6564