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
- 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...
- Functions executed by events does not ap...
Hello, Running self-hosted Appwrite version 1.9.0 (with console 7.8.26). When functions are triggered by an event (eg. databases.\*tables.\*.rows.\*.create) doe...