Ready to post? First, try searching for your answer.
Hi,
I’m using “@auth0/nextjs-auth0”: “^4.0.0-beta.7” to sign in and get an access token.
The sign in is completing however, when I try to use the following from the docs: const token = await getAccessToken()
I get an error: TypeError: Failed to parse URL from /auth/access-token
I have logged out my auth0 object in my middleware, but I don’t know what is relevant to post here.