Hi im really new to Auth0 but have been coding for a bit here and there.
The issue im having is with the chrome android app. I made an express app with node.js and have eveything working well so far, but when i click “Desktop site” the URL changes too https://MYDOMAIN/callback
and get an error saying id_token not present in TokenSet
.
i have requiresAuth()
on all my endpoint to be somewhat secure but this only shows up on mobile. I can be logged in but as soon as i click the “Desktop site” i get the error. This is not a huge problem but more of a why thoes this happen and maybe find a way to fit it?
Thanks a lot in advance!