-
Notifications
You must be signed in to change notification settings - Fork 9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Click Setting up an admin account but back to login page immediately #13024
Comments
Hey @lixjohn! 👋 I'm here to help you with any bugs, questions, or contributions you have for Dify. Let's get this issue sorted out! I found a similar unsolved discussion titled "Install(signup) page redirected to signin page after changing the default nginx port" which might be related to your issue [1]. Regarding your issue, it seems like the system is redirecting you back to the login page when you try to set up an admin account. This could be related to session management or configuration settings. Here are a few things you might want to check:
If these steps don't resolve the issue, providing logs from the Docker containers might help in diagnosing the problem further. To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other |
I did check the unsolved discussion before I submitted this issue but they are different, I did not change any settings. And I can create account first time.
|
To diagnose the issue further, you should check the logs for any errors or warnings related to authentication or session management. Here are the steps to access the relevant log files:
Review the logs for any error messages or stack traces that occur around the time you attempt to set up a new admin account. This information can help pinpoint the cause of the redirection issue. To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other |
This is an expected behavior. |
Self Checks
Dify version
0.15.2
Cloud or Self Hosted
Self Hosted
Steps to reproduce
cd dify
cd docker
cp .env.example .env
docker compose up -d
Please let me know any log I should provide.
✔️ Expected Behavior
System should stays in install page and able to add new user.
❌ Actual Behavior
No response
The text was updated successfully, but these errors were encountered: