I am using Auth0 in my NextJS web application and attempting to retrieve an access token using the getAccessTokenSilently function. However, when I use this function on a Windows system, the access token that is returned is truncated and cannot be verified. Interestingly, when I use the same Auth0 credentials on a Mac OS system, the getAccessTokenSilently function works perfectly fine and returns a valid access token.
What could be causing this discrepancy in behavior between the two operating systems? Has anyone else experienced this issue with Auth0 on Windows systems? How can I ensure that the access token returned on a Windows system is not truncated and can be properly verified? Any help or guidance would be greatly appreciated.
Here is a screenshot from the console.log
I tried using a mac system and it worked perfectly but when using a windows os it is sending a truncated access token. And also I tried every possible way which it can be solved but no result.