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

CORS: seems that huly-selfhost-account is running on 3000, platform web frontend is on 8087 by default, how can I configure 3000 to make CORS work correctly? #3

Open
alissa-tung opened this issue Mar 19, 2024 · 1 comment

Comments

@alissa-tung
Copy link

No description provided.

@aaeliseev
Copy link

Resolved this issue using following workaround (requires DNS wildcard):

  1. change ACCOUNTS_URL in front from http://example.com:3000 to http://accounts.example.com
  2. Add proxy to your nginx/apache config to forward accounts.example.com to localhost:3000

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants