
Hey I’m running into an issue when trying to update or upsert a row in Appwrite. The request hangs for a while and then throws this error:
AppwriteException (AppwriteException: ,
<?xml version="1.0" encoding="utf-8"?>
<title>503 first byte timeout</title>
<h1>Error 503 first byte timeout</h1>
<p>first byte timeout</p>
<h3>Error 54113</h3>
<p>Details: cache-fra-etou8220144-FRA ...</p>
<p>Varnish cache server</p>
It only happens when I try to update or upsert a row, while regular fetch/read requests work fine. I’ve tested with both Appwrite Flutter SDK v18.0.0 and v19.0.0, and the same issue occurs.
Has anyone seen this before or know what might be causing it?
Recommended threads
- 500 Error on Console when Using Custom D...
Hey 👋 I’ve set up a custom domain for my Appwrite Cloud project (<my-custom-domain>). DNS is configured and the organization view loads fine when I open the c...
- 2 Columns still processing since yesterd...
Hey o/ Yesterday (around <t:1758045600:f>), I created a database and added several columns to it. After about 15 minutes, most of the "processing" tags disappe...
- Row with the requested ID already exists...
I’m hitting a blocking issue creating rows in Appwrite (both from the console and my React Native app). After successfully inserting the first row, every subseq...
