
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
- I am facing this error: type 'Null' is ...
When attempting to fetch areas from the area collection, the application throws an error: "type 'Null' is not a subtype of type 'int.'" This issue originates in...
- Domain Verification failed
I think i did the step by step well but just not work. When I enter the page I have this error: `Requested host does not match any Subject Alternative Names (S...
- Adding custom domain to Appwrite project
My app is hosted on Vercel on domain todo.velleb.com. On PC, the OAuth logins like GitHub, Discord and Google work and create the account and log in. On mobile ...
