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
- All My Project is Gone
Hello everyone, please help. Why have all my projects suddenly disappeared? I received a warning via email about one of my projects being paused. When I clicked...
- > AppwriteException: The requested servi...
When trying to read or write from my database I get the following error: > AppwriteException: The requested service is disabled. You can enable the service from...
- 500 Server error
getting same 500 status This is my appwrite project: https://cloud.appwrite.io/console/project-fra-691932db0036241caa0e/overview/platforms Help how to open th...