Skip to content
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

After successfully deploying Docker locally, it keeps spinning when entering the install. #10024

Closed
4 tasks done
lbersl opened this issue Oct 29, 2024 · 4 comments
Closed
4 tasks done
Labels
🐞 bug Something isn't working

Comments

@lbersl
Copy link

lbersl commented Oct 29, 2024

Self Checks

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

Provide a description of requested docs changes

It has been stuck on this page without moving:

image

@dosubot dosubot bot added the 🐞 bug Something isn't working label Oct 29, 2024
Copy link

dosubot bot commented Oct 29, 2024

Hello @lbersl! I'm Dosu, a bot here to help you with bugs, questions, and becoming a contributor while you wait for a human maintainer.

I found a similar closed issue where users experienced the installation page continuously spinning after deploying Docker locally. The issue was resolved by addressing potential CORS (Cross-Origin Resource Sharing) errors. This can happen if there are cross-domain issues between the frontend and backend, possibly due to domain/URL changes. To fix this, update the following configuration items in your docker-compose.yml to reflect the correct domain:

  • CONSOLE_API_URL
  • CONSOLE_WEB_URL
  • SERVICE_API_URL
  • APP_API_URL
  • APP_WEB_URL

Ensure that the CORS configuration is set correctly. The CONSOLE_CORS_ALLOW_ORIGINS and WEB_API_CORS_ALLOW_ORIGINS should allow access from the necessary domains. By default, they are set to *, which allows access from all domains [1].

Additionally, make sure your system meets the minimum requirements for running Docker, such as having at least 2 virtual CPUs and 8 GB of memory allocated to Docker Desktop [1].

For more details, you can refer to the closed issue here.

To continue talking to Dosu, mention @dosu.

@danni-cool
Copy link

danni-cool commented Oct 29, 2024

Windows11 environment,same problem, and all the fix solutions didn't work for me, and I tried to switch version to 0.10.1, all goes well now. @lbersl

@ejscribner
Copy link
Contributor

ejscribner commented Oct 29, 2024

Seems to be related to #10023, the fix is #10025

@crazywoola
Copy link
Member

Please use the right template to open an issue, this requests docs changes. @lbersl

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants