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
- Android SDK: Kotlin null Value Not Updat...
Hi team, I think you should check the Android SDK implementation once, as it seems to have an issue handling Kotlin **null** values. For example: When I send:...
- Can't connect GitHub — 500 error at the ...
Appwrite Cloud, Pro plan, SFO region. All my Git connections vanished today — Sites and all 15 Functions now show no repository connected. When I try to add a ...
- vorafy.studio domain already exists erro...
My domain vorafy.studio is stuck/locked from a previously deleted project. I created a new project but can't add the domain — getting 'already exists' error. Pl...