wonderpandadev
10/05/2023, 2:01 AMhttp://localhost:3000/api/auth/signup/email/exists?email={email}
returns the expected result. If I visit the email exists URL directly in the browser it also prints the expected JSON. For some reason though the fetch that's getting triggered from the Next app always returns 404 🤔
Its not a CORS error... just a 404 as if the endpoint doesn't exist. I can log and see it hitting the supertokens middleware in all caseswonderpandadev
10/05/2023, 2:06 AMrid
doesn't match so it returns a 404 instead?
I feel like it could be helpful to get back more info in the request in this case rather than just a 404nkshah2
10/05/2023, 3:51 AMrid
nkshah2
10/05/2023, 3:51 AMwonderpandadev
10/06/2023, 10:46 PM