
Hi, I am trying to update the permissions of a record in my database using admin dynamic key via appwrite function.
When invoking the function, I am getting these errors:
TypeScript
Error Code: 500``` Ex ID: 67fa8975ce1118c25a3d
```Internal curl errors has occurred within the executor! Error Number: 52. Error Msg: Empty reply from server
``` Ex ID: 67fa8975964b397744b0
```Internal curl errors has occurred within the executor! Error Number: 56. Error Msg: Recv failure: Connection reset by peer
``` Ex ID: 67fa897617abaf70e888
Function ID: 67f2321a003a53e41053
What would these errors mean? And how do I get rid of them?
I am attaching my appwrite.js. The issues are happening when processUserCredits has the updateDocument. If I comment it out it does not error out.
Let me know if you require more info or would like access to the github repo
TL;DR
Attempting to update permissions with an admin key via appwrite function is resulting in multiple curl errors during invocation. Errors suggest connection issues with the server. Check IP, port, and connection settings. Make sure the server is reachable. Check appwrite.js for potential issues.
Recommended threads
- CSV Import Shows Success but Data Not Ap...
I tried importing a CSV file into my PRODUCTS collection. The dashboard shows the message “Import to PRODUCTS completed successfully,” but no data appears in th...
- Console create row ui not passing ID.uni...
I'm getting an error saying the id is already used but it should be created with ID.unique() it doesn't seem to be reading the row ID field at all. I can't get ...
- [FEATURE] Better usage analytics for app...
Recently, i've gotten **73** emails from appwrite regarding excesive GBHours usage. I've almost hit the limit of 1000 and it is really hard to track down which ...
