I am running my Svelte site through Appwrite Sites.
Everything works great, except for one page.
This page uses a streaming response over a regular static response. So I suspect that is the issue.
Sending a request returns a 503 error:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>503 first byte timeout</title>
</head>
<body>
<h1>Error 503 first byte timeout</h1>
<p>first byte timeout</p>
<h3>Error 54113</h3>
<p>Details: cache-chi-klot8100050-CHI 1775481011 3391606420</p>
<hr>
<p>Varnish cache server</p>
</body>
</html>
I'll send my SvelteKit page source in a separate message due to Discord character limit...
Discord keeps hitting me with "Your message could not be delivered." when trying to send the code 🙄
To clarify, I didn't setup any "Varnish cache server" so I assume this has to do with Appwrite Sites.
afaik, appwrite functions/sites don't support streaming. It's been brought up and they are aware it's a desired feature.
I've had to move some sites to netlify for this reason
Recommended threads
- Storage System
Hey guys, quick question regarding massive storage scaling. I’m working in digital forensics and I’m constantly dealing with huge binary disk images, usually be...
- API key without database.read/write
I had some issues with my previous API key and I deleted it then I wanted to create a new one and discovered the database checkbook has no database.read/write j...
- dynamic key missing scopes for database ...
Here are the scopes listed, I get permission errors for reading row and document. Appears to be missing since last time i checked. Database 6 Scopes policies....