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
- I'm getting an error on the console "j?....
On my self hosted instance version 1.8.1 the console is giving me this error when trying to view the rows for a table I recently created. My application is read...
- Websites hosted on my appwrite sites hav...
Hello, all my websites hosted on appwrite sites are not running I am getting this message "This site can’t be reached drivehub.appwrite.network took too long t...
- Database Write Limits hit
Hello Appwrite Admins, I'm a GitHub Education user, and about a week ago, my database was really badly optimized, resulting in about 600k writes in a single day...