#[SOLVED] Appwrite-node not working in prod with vercel, but works successfully on my local

2 messages · Page 1 of 1 (latest)

merry prairie
#

I'm using appwrite-node with Next.js 15. Im using email otp with node sdk and It works successfully locally but encounters issues when deployed to Vercel. Could I be missing a configuration setting?
It also says "ERR_TOO_MANY_REDIRECTS".

merry prairie
#

Fixed: Added export const dynamic = "force-dynamic" to statically rendered route.