I have a video embedded in an iframe. I've tried hosting the file with my site source, using appwrite storage and even via youtube. It works fine locally, works fine on vercel. On my appwrite site I'm getting this error message in my iframe:
TypeScript
Response object too large
Error 54113
Details: cache-hhr-khhr2060044-HHR 1761799518 699659868
Varnish cache server
TL;DR
Developers are encountering an Error 503 "Response object too large" when trying to embed a video in an iframe. The issue occurs on their Appwrite site. The error message indicates a cache-related problem.
Solution:
1. Clear the cache on the server.
2. Investigate any settings related to response size limitations in the server or CDN.
3. Consider optimizing the video or configuring the server to handle larger response objects.Recommended threads
- No server error on selfhosted appwrite
Please help me, my clients is ask what happen on their data? How can i make it up again?
- Upgrading selfhost version?
It is okay to upgrade version to higher one, of my current version is 1.7.4 to 1.8.1. Is that safe to do cause my clients already have data on that? Also is a...
- I am using s3 for app storage but is it ...
_APP_STORAGE_DEVICE=s3 puts everything to the s3 storage but i need to be able to keep the function builds and site in the local and not waste the cloud storage...