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

Error Testing Server Locally #15

Open
energysteward opened this issue Nov 12, 2020 · 1 comment
Open

Error Testing Server Locally #15

energysteward opened this issue Nov 12, 2020 · 1 comment
Labels
server Relating to server-side code

Comments

@energysteward
Copy link

energysteward commented Nov 12, 2020

So far, I've been able to get to step 5 of the "To test and deploy the server" section.

  1. Test the local server with:
    /hello/<USER_KEY> for the settings UI to edit user-specific data.
    When I launch the server locally and navigate to: http://127.0.0.1:8080/hello/dougie
    I get the 403 error.

It turns out that it's a CORS issue. I installed postman to troubleshoot.

@maxbbraun
Copy link
Owner

dougie is not a valid user key. You're seeing the 403 response generated by this code.

@maxbbraun maxbbraun added the server Relating to server-side code label Jun 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
server Relating to server-side code
Projects
None yet
Development

No branches or pull requests

2 participants