GOT 500 error when going to the appwrite dashboard and timeout when calling API for DB
- 0
- 1
- Databases
I gott 500 internal error screen and my API is timeout. please help to take a look. Traceback (most recent call last): File "D:\conda\envs\wrista\Lib\site-packages\appwrite\services\tables_db.py", line 2827, in get_row return self.client.call('get', api_path, { ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "D:\conda\envs\wrista\Lib\site-packages\appwrite\client.py", line 141, in call raise AppwriteException(e) appwrite.exception.AppwriteException: HTTPSConnectionPool(host='sgp.cloud.appwrite.io', port=443): Max retries exceeded with url: /v1/tablesdb/ (Caused by ConnectTimeoutError(<HTTPSConnection(host='sgp.cloud.appwrite.io', port=443) at >, 'Connection to sgp.cloud.appwrite.io timed out. (connect timeout=None)'))
I can help! You're getting a 500 Internal Error from Appwrite and your API is timing out when trying to connect to their Singapore region servers (sgp.cloud.appwrite.io). This usually means either Appwrite's servers are having issues right now, or there's a network problem preventing your application from reaching them. Has this been working normally before today, and can you access the Appwrite console through your web browser right now?
Recommended threads
- Android SDK: Kotlin null Value Not Updat...
Hi team, I think you should check the Android SDK implementation once, as it seems to have an issue handling Kotlin **null** values. For example: When I send:...
- IMPORTANT! SOC-2 Request Failing
Issue requesting SOC-2. If tried other/private browser as well as filling in optional fields.
- Can you suppress row $meta data?
When using listRows with a 'select' query to limit the response [for performance], I'm still getting extra columns (eg. `$id`, `$sequence`, `$createdAt`, `$upda...