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
- Sites github repo connected but not show...
I'm trying to migrate my web app from Netlify to Sites, so I started the Sites process to "Connect a repository". I was able to give Appwrite permission to the ...
- endpoint variable
Appwrite Sites passes e.g. APPWRITE_SITE_API_ENDPOINT to the site, but i need this variable in Next.js in my Client-Side-Page. How can i pass it? Next.js only p...
- Unable to deploy site
I am on a new project where i want to deploy a new site, but what ever i'am trying - i get this error, and thats if i manually deploy with gz file 5.4kb or thro...