No badges yet
No accepted solutions yet
CORS issue on Auth0 rejecting OPTIONS request from Vercel - NextJS App
Hey mate, thanks for the response. I tried replacing the Link https://nextjs.org/docs/pages/api-reference/components/link with a direct anchor tag and there is no preflight request...
CORS issue on Auth0 rejecting OPTIONS request from Vercel - NextJS App
Hey mate,, here's the code. Just using /api/auth/[auth0]/route.ts There might be some redundant code but you will get an idea. All from the page route, it is just a /api/auth/login...
CORS issue on Auth0 rejecting OPTIONS request from Vercel - NextJS App
Thanks mate for your reply. Hope you are going great. Yeah agreed on the part the guide is for internal requests and not external requests whichI figured last night as it had no...
CORS issue on Auth0 rejecting OPTIONS request from Vercel - NextJS App
G'day! I am having troubles with CORS on the Auth0 where /authrize is being blocked as Auth0 doesnt support OPTIONS method. I have done everything that is required for this but...