Hello!
I have cloud function code that errors out with Internal curl errors has occurred within the executor! Error Number: 52. Error Msg: Empty reply from server\nError Code: 500 on Appwrite but works fine when I run it locally like a normal script. It used to work as well so I'm completely lost as to why it's not working.
If anyone has any insight on this matter, it would be greatly appreciated.
Thank you 🙂
It was an issue with a dynamic API key not havin the correct permissions given to it
[SOLVED] Internal curl errors has occurred within the executor
Recommended threads
- Using Binary Log with Appwrite
If I can remember correctly appwrite uses mariaDB as the underlying database. If so could I use mariaDB’s binary log to see database operations from appwrite?
- Issue with OAuth 2.0 authentication
Good evening, I’m reaching out because I’m having a small issue with Appwrite. I’m trying to set up OAuth2 with Twitch, and even though I’m entering the correc...
- What's the proper way to delete user acc...
I would like to provide an option for the users of my app, to completely remove theirs account if they want to. I don't want to 'deactivate' the account, but to...