I am trying to deploy my vite project on site but build is failing without even showing proper error logs.
In image you can see there is not any build error logs still deplyment status show to be failed.
Edge case is that , build is working fine on my local machine as well on vercel
That usually happens when the build server exits early due to memory limits or missing environment variables. Since it builds fine locally and on Vercel, the issue is likely with the hosting provider’s build resources or config. I can help you fix this. Quick question: which hosting platform are you deploying to, and do you have any build logs or environment variables set there?
Hoating platfrom: appwrite build logs: you can see in image envs: yes i do have envs around 10
And yes earlier i was facing memory limits, then i added this build script and succefully getting build on local and vercel except appwrite site
Isn't this appwirte? 😅
Got it thanks for clarifying that! Since it’s working on both local and Vercel but failing only on Appwrite, it’s almost certainly related to the build environment or memory allocation settings there. I’d be happy to take a closer look directly in your Appwrite setup and fix this for you it’ll be much faster that way. Would you like to move this to a private chat so I can check your build configuration and sort it out for you?
are you from core team?
Recommended threads
- GB Hours IS NOT resetting
Hi, I was checking my usage and noticed that all of my usage quotas were reset on August 20, 2026, when my billing cycle renewed. Everything else appears to ha...
- Confused about Appwrite Pro pricing
Hi. I've been subscribed to the $25 Appwrite Pro plan, but I've been getting charged $40. I have two projects on my account. I was wondering where exactly the e...
- Custom domain for Google Auth
Hello! I connected my custom domain to my Appwrite project, but I can't get the Google login/consent screen to show my domain instead of the Appwrite domain. I...