Hi, I'm Jayden. My email is jaydthom@haverford.org, and i'm having persistent deployment failures with my Next.js project.
What happens:
Push to GitHub triggers a build on Appwrite Cloud It shows "Waiting for build to start" for 5-10+ minutes before processing begins After ~15m 46s of processing, the deployment fails with "Your deployment has failed" No specific error message is shown in the logs beyond the failure Project details:
Next.js 16.2.2 with React 19 ~52 source files (small project) Build completes successfully locally in under 60 seconds Dependencies: framer-motion, lucide-react, recharts, Tailwind CSS v4, Appwrite SDK Recently cleaned up heavy unused packages (removed react-icons, jsdom, html-react-parser) to reduce install size
What I've tried:
Removed dependencies (cut ~87 MB from node_modules) Verified the build works perfectly on my local machine Confirmed latest code is pushed to the repo Retried deployment multiple times — same result
Recommended threads
- TablesDB `updateRows` returns `database_...
Hi Appwrite team! I’m seeing a strange issue with TablesDB bulk row updates on a self-hosted Appwrite instance. **Environment** - Appwrite self-hosted `1.9.0` ...
- [SOLVED] Realtime Missing Channels
```js useEffect(() => { let subscription: RealtimeSubscription; async function loadChips() { try { const {rows: chi...
- Updating GitHub App access throws error
Steps to reproduce - 1. Have some private repos allowed on the install access 2. New Site/Func > Connect GitHub > see the side card saying `Missing a repo` > cl...