
Works fine on local host but showing a white page for vercel

Are you getting any errors?

Vercel should have logs they save in the vercel dashboard

No 404 errors in terminal no errors at all

have you setup your environment variables correctly in vercel?

I'm not talking about terminal, I believe vercel stops console logs from displaying in "production", but in the vercel dashboard in your project at the top of the page there is a logs tab, is there anything there?

I mean, 404 means the page is not found, are you sure it has anything to do with appwrite?

Yes I checked all those nothing I check those logs first

I think it's pointing to the wrong dir. My root on vercel is “/.” but the src is under my client folder

Sure if you've got a Client folder and all your nextjs app is in the client folder then you'll need to tell vercel that

I will try when I get back to my laptop thanks
Recommended threads
- SSR Image Previews
I am using the SSR guide (with SvelteKit) to use Appwrite on both the server and the client. I do this by also passing the cookie back to the client and creatin...
- Multiple Set-Cookie headers collapsed on...
I’m deploying a Next.js 15 app to Appwrite → Deploy → Sites. In app/api/auth/login/route.ts I try to set 3 cookies. Variant A (manual headers): const headers ...
- can't send emails
i explored the docs and it says Messaging.CreateEmail() but this function does not exist , i installed appwrite on next js env everything works fine except thi...
