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
- Bug Report: type generation for enum of ...
### 👟 Reproduction steps in the enum element value, instead of English, use another language (Khmer), in my case Khmer text. ``` export enum ProvinceType { ...
- Want to integrate my university server t...
Hello <@870607367597850624> i want to use the appwrite backend services for my university website,I want to know that is it possilbe that i could use the backen...
- [FEAT. REQ] Universal link for Git branc...
Sometimes, we want to share a development version of a site from a Git branch to a set of specific people. To do this, we currently have to manually send a fre...