Auth0 Signout issue – User href works but router.push doesnt?
Hi all here is my api route
Auth0 Nextjs to Protected Api
I have set up nextjs with auth0. I want to protect an api and use the access token for connecting to auth0 in clientside and serverside api calls.
Issue with AUTH0 and NextJS
I am making a side project using nextjs and wanted to add auth0. I have it working to the point where I am able to login, however, upon redirect I get the following error. How do i fix this?
Is “sid” property mandatory for custom “profileUrl” for “UserProvider” from auth0?
I’m trying to override the default /api/auth/me
endpoint from nextjs-auth0
module in my NextJS app and use my own endpoint to return the profile data of the user once they are logged in using Auth0.