RefreshToken is undefined in NextJS

Hi!

So, I’m not using an API, but my Auth0 Application itself. When I manually go through the authorization/authentication flow using the Application’s information, I am getting a refresh_token back. When I run through the same flow in my NextJS app, I’m seeing that I don’t get the refresh_token back. I’m very confused why it would work in Postman but not in Next. My Application has refresh token rotation enabled, and the absolute expiration is on (with no option to turn it off).

1 Like