You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
So far, I've been able to get to step 5 of the "To test and deploy the server" section.
/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.
The text was updated successfully, but these errors were encountered: