
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
- Google login error: {"message":"Invalid ...
hi, im trying to use google login with account.createOAuth2Session( 'google', 'profevardilla.pages.dev', 'profevardilla.pages.dev'...
- Create owner team member with Server fun...
I understand that when creating a team with a function, the user that made the request will not be the owner so I think I have to add the user that did the requ...
- Schedule a function job with timezone
I am aware that cron schedule will work on UTC timezone. I would like to run my function at a particular time everyday in new york time. If I use UTC, it will m...
