InvalidTokenError

[ 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:

  1. The line of code where it happens, along with the relevant code snippet(s)
  2. Full error message
  3. 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 core-js@3.33.2

And then imported Atob through:
import “core-js/stable/atob”;

2 Likes

Good to see you have resolved yourself before reading my answer