I just figured out what was wrong with the deployed version. It was not an Auth0 bug, rather it was a web server config issue - in my case nginx. I had both http://exmple.com and http://www.example.com as my website’s URLs. Once I configured my web server in a way that it redirects everything to https://example.com the issue was gone.
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Authentication Error: Invalid token 'state' does not match | 5 | 4979 | August 26, 2019 | |
invalid token nonce does not match | 3 | 7503 | March 2, 2018 | |
Login error: access_denied due to Unexpected token { in JSON at position 19 | 2 | 5550 | August 27, 2019 | |
VueJs SPA error accessing ASP.NET Core WebApi 401/403 errors | 0 | 4013 | June 13, 2019 | |
Invalid token, state does not match | 37 | 20257 | February 1, 2019 |