-
Notifications
You must be signed in to change notification settings - Fork 475
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
Allowed origins #79
Comments
|
Hi @wangzzleo and @pksilen from #82. Thanks for the issue. I just ran through the guide and it works as is for me without needing the How are you launching the application? Are you using your IDE? When I tested it successfully I executed the |
@robertmcnees, hi! I just ran into that issue myself. There is no problem with the project itself. In the guide on the site clearly stated that you should visit You have to access the site through |
Didn't work for me without additional permission.
I launched the front using "Live Server" in VS Code on 5500 port.
I had to add the line .setAllowedOrigins("http://127.0.0.1:5500/") to make it work.
The text was updated successfully, but these errors were encountered: