accent
accent copied to clipboard
Error Testing Server Locally
So far, I've been able to get to step 5 of the "To test and deploy the server" section.
- 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.
dougie
is not a valid user key. You're seeing the 403 response generated by this code.