SkylerOriginal post
Web Developer
Hello Appwrite team! 👋
We are trying to deploy a Next.js application on Appwrite Cloud, but our builds are consistently failing. The deployment log successfully compiles, but then stops and prints this generic error at the very end: An internal error occurred while building. Please try again, and contact support if the problem persists.
Our local builds complete perfectly we run multiple checks and its all fine.
Unfortunately, the deployment is still crashing with the exact same "Internal error" message.
Summary
Issue: App build for Next.js application crashing with "Internal error" on Appwrite Cloud deployment.
Solution: The "Internal error" message typically indicates a platform-specific issue during deployment. Try the following steps to troubleshoot:
1. Ensure that all dependencies are properly configured for Appwrite Cloud deployment.
2. Check for any specific configuration requirements for Next.js applications on Appwrite Cloud.
3. Contact Appwrite support for further assistance in resolving this platform-specific error.