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