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
- 404 page not found
Hey I am trying to run a simple Svelte-kit project on appwrite self-hosted but the logs says: ```bash [13:56:26] [open-runtimes] Build packaging finished. [13:...
- Appwrite for Education
I am writing to report an issue with my account limits. I currently have the GitHub Student Developer Pack active, which should include 10 Appwrite Pro projects...
- Functions: HTTP 500 internal error
Iām seeing a lot of HTTP internal server errors across all my functions the past 48 hours.