BloodThermic
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 issue Recommended threads
- Query Appwrite
Hello, I have a question regarding Queries in Appwrite. If I have a string "YYYY-MM", how can I query the $createdAt column to match this filter?
- Different appwrite IDs are getting expos...
File_URL_FORMAT= https://cloud.appwrite.io/v1/storage/buckets/[BUCKET_ID]/files/[FILE_ID]/preview?project=[PROJECT_ID] I'm trying to access files in my web app...
- Invalid document structure: missing requ...
I just pick up my code that's working a week ago, and now I got this error: ``` code: 400, type: 'document_invalid_structure', response: { message: 'Inv...