Reactjs in Chrome Stable v67 on Mac OS: "invalid_token"

Hello community!

First of all, I want to thank the developers from auth0 for providing us with this great product! Love it :slight_smile:

Everything works as expected, I only got one issue:

When using Chrome 67 (stable) on MacOS, after logging in, I get this error:
Error: invalid_token
Description: Request has been terminated Possible causes: the network is offline, Origin is not allowed by Access-Control-Allow-Origin, the page is being unloaded, etc.

It only happens on this platform with the stable Chrome browser, chrome canary works wonderful. Also, Firefox, Opera and Safari on MacOS are working as expected.

I’m using auth0.js (v9.6.1) in combination with Reactjs (Web, not native)

Could you please provide me with an solution? I would be really happy :slight_smile:
Kind regards,
fastbiz

Anyone?
This really needs to be fixed :frowning:

same here with that error… happens on all mac os…help…

1 Like

Really sad, any idea how we can get someone to answer this?

Try to login into your site in incognito mode and see if it works.

In my case, a browser extension called “Privacy Badger” blocked the auth0 cookie, I managed to fix it by allowing this “3rd party” cookie

Hope this helps you too!

Thanks a lot for sharing it with the rest of community!