[ InvalidTokenError: Invalid token specified: invalid base64 for part #2 ( Property ‘atob’ doesn’t exist)]
Hi Prasanna.
Welcome to the community.
Please share more information about the error such as:
- The line of code where it happens, along with the relevant code snippet(s)
- Full error message
- Steps to reproduce the error and more details such as what device and what lesson/video you’re having trouble with.
I had the same issue and I managed to solve it!
I installed core-js
npm install --save [email protected]
And then imported Atob through:
import “core-js/stable/atob”;
2 Likes
Good to see you have resolved yourself before reading my answer