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
Step 4 states that the Authorized Javascript Origin should be http://localhost:3000. This doesn't work. Instead, I had to whitelist http://localhost:8080 because the express code 'server.js' is listening on port 8080.