Deployed VueJS Client Invalid Token Error

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.