Ready to post? 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:
/auth/login: the login route that the user will be redirected to to start a initiate an authentication transaction
/auth/logout: the logout route that must be addedto your Auth0 application’s Allowed Logout URLs
/auth/callback: the callback route that must be addedto your Auth0 application’s Allowed Callback URLs
/auth/profile: the route to check the user’s session and return their attributes
/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)
/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
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 …
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.