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
- TOO_MANY_REDIRECTS after temporarily ena...
I am losing my mind over this, I enabled this setting because I was having issues with sites not making links with https. I enabled it, ran into issues, so I di...
- TablesDB `updateRows` returns `database_...
Hi Appwrite team! Iโm seeing a strange issue with TablesDB bulk row updates on a self-hosted Appwrite instance. **Environment** - Appwrite self-hosted `1.9.0` ...
- [SOLVED] Realtime Missing Channels
```js useEffect(() => { let subscription: RealtimeSubscription; async function loadChips() { try { const {rows: chi...