Appwrite Sites deployment fails because builder creates code.sqfs while sidecar requires code.tar.gz
- 0
- 2
- Web
- Cloud
Appwrite Cloud Sites deployments are failing consistently for both GitHub and manual deployments.
The build command completes successfully and packaging also completes successfully. Open Runtimes automatically creates:
/mnt/code/code.sqfs
Immediately afterward, the Appwrite build sidecar fails with:
[sidecar:build] Build archive was not created at /mnt/code/code.tar.gz
Troubleshooting completed:
- Existing Appwrite Site failed from GitHub.
- Existing Appwrite Site failed using a valid manually uploaded code.tar.gz.
- A completely new Appwrite Site was created and connected to the same GitHub repository.
- The new Site failed with the identical code.sqfs / code.tar.gz mismatch.
- The static HTML/CSS build itself completes successfully.
- The existing active deployment remains online, but no new deployment can activate.
This appears to be an Appwrite Cloud build-worker or sidecar artifact-format mismatch.
Please investigate the Sites build pipeline for this project/region.
Repository: blayderunner123/adcox-ai-site
Branch: main
New Site ID: 6a4ed0140035502cbb91
yep same
Recommended threads
- Build succeeds but deployment fails — si...
My Next.js 15.5.20 site (standalone output mode) builds successfully on Appwrite Sites, but the deployment fails at the final packaging step with: [sidecar:bui...
- Deployment fails at sidecar step "Build ...
Hi Appwrite team, I'm getting a consistent deployment failure on Appwrite Cloud. The build itself completes successfully, but a post-build sidecar step then fa...
- Issue Related to Presence
```PresenceService: upsert error – AppwriteException: user_unauthorized, The current user is not authorized to perform the requested action. (401) ...