accent icon indicating copy to clipboard operation
accent copied to clipboard

Error Testing Server Locally

Open energysteward opened this issue 4 years ago • 1 comments

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.

energysteward avatar Nov 12 '20 02:11 energysteward

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

maxbbraun avatar Nov 16 '20 02:11 maxbbraun