Replies: 6 comments
-
Hey there, @niuguy! 👋 I'm here to help you with bug fixes, answer your questions, and guide you on how to contribute. Let's squash those bugs together! I found a similar discussion where changing the Nginx port caused issues with accessing the "run" page [1]. Additionally, there was a closed issue where users experienced continuous spinning on the installation page after deploying Docker locally. The solution involved addressing potential CORS errors by updating configuration items in the To resolve your issue, ensure that the following configuration items in your
Also, verify that the CORS settings ( |
Beta Was this translation helpful? Give feedback.
-
@dosu what's the recommended steps to change the default nginx port |
Beta Was this translation helpful? Give feedback.
-
To change the default Nginx port, follow these steps:
These steps should help you change the Nginx port without encountering redirection issues. |
Beta Was this translation helpful? Give feedback.
-
OK tried setting up CONSOLE_API_URL=http://localhost:1880 |
Beta Was this translation helpful? Give feedback.
-
Ensure that the URLs and CORS settings are correctly configured, and also check the following:
If these steps don't resolve the issue, consider checking the OAuth callback URLs and any related settings that might be causing the redirection [1]. |
Beta Was this translation helpful? Give feedback.
-
From the information you provided in the description. Step 3 seems to be an expected behavior when you have had setup an account already, the question is, did you setup an account before changing the port, if so and you want to have a fresh install please remove things under |
Beta Was this translation helpful? Give feedback.
-
Self Checks
Dify version
0.11.0
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
It's OK if I use the default port
✔️ Expected Behavior
It should allow me to finish signing up on installation page
❌ Actual Behavior
it got redirected automatically before I can do anything
Beta Was this translation helpful? Give feedback.
All reactions