Looking for a working repo nextjs 15 and auth0 4.0 version

Ready to post? :mag: First, try searching for your answer.
Currently the examples provided by the documentation doesn’t work. I am posting this after searching githubdotcom/auth0/nextjs-auth0
The documentation says
The SDK mounts 6 routes:

  1. /auth/login: the login route that the user will be redirected to to start a initiate an authentication transaction
  2. /auth/logout: the logout route that must be addedto your Auth0 application’s Allowed Logout URLs
  3. /auth/callback: the callback route that must be addedto your Auth0 application’s Allowed Callback URLs
  4. /auth/profile: the route to check the user’s session and return their attributes
  5. /auth/access-token: the route to check the user’s session and return an access token (which will be automatically refreshed if a refresh token is available)
  6. /auth/backchannel-logout: the route that will receive a logout_token when a configured Back-Channel Logout initiator occurs
    I am getting 404. for login. As per the doc, I am using tag.
    Please advuse.
    Thank you,
    Kumanan

Hi @kumanan12,

Welcome to the Auth0 Community!

Can you please provide the code so that we can take a closer look at the problem?

Have a good one,
Vlad

I’m not sure what error did he get, but I’m getting this one, when trying with-next-intl example:

⨯ JWEInvalid: Invalid Compact JWE
at compactDecrypt (.next/server/edge/chunks/node_modules_jose_dist_browser_0860c5..js:4016:15)
at Module.jwtDecrypt (.next/server/edge/chunks/node_modules_jose_dist_browser_0860c5.
.js:5034:216)
at Module.decrypt (.next/server/edge/chunks/node_modules_387de1..js:791:171)
at async StatelessSessionStore.get (.next/server/edge/chunks/node_modules_387de1.
.js:1106:33)
at async AuthClient.handler (.next/server/edge/chunks/node_modules_387de1..js:259:29)
at async middleware (.next/server/edge/chunks/[root of the server]__e7ccec.
.js:120:26)
at async (.next/server/edge/chunks/c3f55b..js:13916:20)
at async (.next/server/edge/chunks/c3f55b..js:6102:28)
at async adapter (.next/server/edge/chunks/c3f55b..js:6053:16)
at async (node_modules/next/src/server/web/sandbox/sandbox.ts:149:17)
○ Compiling /_error …

Hi @llamerr,

Welcome to the Auth0 Community.

You can try clearing your cookies and making sure you provided all the right credentials for the token request.

Also, this post might be of help:

If you have any other questions feel free to ask us.

Have a good one,
Vlad

1 Like

Thanks for the help!

Yes, that’s what I ended up doing which seems to fix the problem. Seems like initially created cookie/localStorage values when I did not provide values created that bug.

auth0/nextjs-auth0/issues/1939

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.