Hello guys,
I have a function which should update documents in a database. During that update phase I am facing this error:
Error updating notifications: HTTPSConnectionPool(host='cloud.appwrite.io', port=443): Max retries exceeded with url: /v1/databases/<ID>/collections/<ID>/documents (Caused by NameResolutionError("<urllib3.connection.HTTPSConnection object at 0x7f9e14e95160>: Failed to resolve 'cloud.appwrite.io' ([Errno -3] Try again)"))
I am not sure where this error comes from and how to solve it. I checked for possible rate limits and found that for function there are no rate limits. At the moment I have now idea what is wrong 😕
Has anybody an idea how to solve it? Kind regards
HTTPSConnectionPool(host='cloud.appwrite.io', port=443)
Recommended threads
- Worker functions stuck on "Fetched 0 fun...
Appwrite Version: 1.9.0 Bug Description: The appwrite-worker-functions container gets stuck in an infinite loop logging "Fetched 0 functions..." while scheduled...
- 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...
- I am using s3 for app storage but is it ...
_APP_STORAGE_DEVICE=s3 puts everything to the s3 storage but i need to be able to keep the function builds and site in the local and not waste the cloud storage...