Hello, I receive the following error in the browse...
# support-questions
r
Hello, I receive the following error in the browser (MS Edge on Windows 11):
Uncaught DOMException: Failed to execute 'atob' on 'Window': The string to be decoded is not correctly encoded.
The above error occurred in the <SessionAuth> component
. Has this happened to anyone before? I just created two projects with
npx create-supertokens-app@latest
, the first one React+NestJS and the other Vue+NestJS, always the same error
r
hey @RxThorn
so you have not modified anything in the example apps?
r
No
r
so this issue only happens in MS Edge?
have you tried with firefox or chrome?
r
I just tried on Chrome and it works
r
hmm. Can you open an issue about this on our github? We will have a look
r
On edge I tried by disabling all the extensions but it still doesn't work
Sure, I'll do more researches and create an issue, just to make sure it is not my fault
Found the issue: I had some data in the local storage, I'll open an issue on GitHub with more details
r
hmm okay thanks
r
I mean cookies
r
right