On my development local host everything works as expected but when I deploy onto the web (using vercel) every appwrite api crashes and I get the above error. I am using react /next.js
Anyone who has experienced a similar problem or knows how to solve it?
Have you created a platform in the console for the new vercel domain?
You can either do a wildcard like *.vercel.app or a concise one like myapp.vercel.app. You can add a platform in the console by going into your project, and clicking Add Platform.
Recommended threads
- [ENHANCEMENT] Use the custom Next.js dep...
Deployment adapters on Next.js are now stable! This means that we don't have to stick to the limitations of sniffing out build outputs and manually moving or mo...
- NextJS builds sudden runtime_timeout
My builds suddenly stopped working. Activating old prebuilt snapshots work, but redeploying that same code produces builds that throw runtime_timeout FRA region
- Project paused?
Hello, I have two Appwrite projects and I can not resume them for some reason. I'm using the free plan, and I saw in the pricing page that 2 free projects are a...