InvalidCheck: pkceCodeVerifier value could not be parsed. Read more at https://errors.authjs.dev#invalidcheck

Hi @anujchandel

Welcome to the Auth0 Community!

I am sorry about the delayed response to your post.

If you are still having issues, I would recommend to review the following posts:

You might not be modifying the base64 string correctly. I recommend using the following:

.replace('+', '-')
.replace('/', '-')
.replace('=', '')
.encode('utf-8')

If you are still having issues after reviewing the above posts or you found a solution of your own, please feel free to let me know by leaving a reply!

Kind Regards,
Nik