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
- 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....
- Upgrading selfhost version?
It is okay to upgrade version to higher one, of my current version is 1.7.4 to 1.8.1. Is that safe to do cause my clients already have data on that? Also is a...