When uploading zip file to Appwrite storage I get a bad gateway error when I try to download or view the zip file.
TL;DR
Issue: Developer experiencing a bad gateway error while trying to download or view a zip file uploaded to Appwrite storage.
Solution: The bad gateway error typically occurs when there is an issue with the server or gateway processing the request. To resolve this issue, developers can try the following steps:
1. Check Appwrite server status: Ensure that the Appwrite server is running properly and there are no ongoing maintenance or known issues affecting the file storage functionality.
2. Check zip file integrity: Verify that the uploaded zip file is not corrupted or damaged. Developers can try re-uploading the zip file or use a different zip file to test if the issueRecommended threads
- Bulk API limitations in self-hosted serv...
Environment: Appwrite Selfhost SDK: node-appwrite 28.0 Calling `upsertRows` (also applies to `createRows`/`updateRows`/`deleteRows`) with more than 100 rows fa...
- Self Hosted GitHub connection not adding...
After upgrading to 1.9.6 i noticed that i cannot search for new repositories when trying to add new functions. I removed the existing github connection via Set...
- Unable to init function via cli
Hello! I have created a new self hosted instance of appwrite 1.9.6 and have connected to that insatnce with the cli 27.2.0 that was released a few hours ago. Wh...