Empty Payload in Access Token using Next.js

Hello! I am running in the same issue. I have just followed the documentation Auth0 Next.js SDK Quickstarts: Login and for some reason, my token does not have a payload.

Hey there @workize.io welcome to the community! I’ve moved your reply over to it’s own topic :slight_smile:

The quickstart doesn’t covers a simplified login which doesn’t include passing an audience param - This audience param is the same as the API identifier for any APIs you have registered in Auth0 and is required to receive a non-opaque access token. See below for details: