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
I'm downloaded the API example: https://auth0.com/docs/quickstart/spa/react/08-calling-apis
After fixing an issue with the packages npm start script to get it running in WINDOWS I get an Unauthorized "invalid signature" error when hitting the private api endpoint.
I followed another thread's advice to change port from 3000 to something else but that also didn't work.
Is this a Windows only issue?
The text was updated successfully, but these errors were encountered:
Locate package.json in the root folder.
In the "scripts" section change the dev-server line to the following: "dev-server": "cross-env NODE_ENV=development hjs-dev-server"
I'm downloaded the API example: https://auth0.com/docs/quickstart/spa/react/08-calling-apis
After fixing an issue with the packages npm start script to get it running in WINDOWS I get an Unauthorized "invalid signature" error when hitting the private api endpoint.
I followed another thread's advice to change port from 3000 to something else but that also didn't work.
Is this a Windows only issue?
The text was updated successfully, but these errors were encountered: