maxbbraun / accent

Accent Smart Picture Frame
https://accent.ink
MIT License
199 stars 16 forks source link

Error Testing Server Locally #15

Open energysteward opened 3 years ago

energysteward commented 3 years ago

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/ 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 commented 3 years ago

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