Hello, i have this error and i don't understand what is the problem ?
Internal curl errors has occurred within the executor! Error Number: 52. Error Msg: Empty reply from server\nError Code: 500
It's from my side ? from appwrite side ? or the url that i fetch inside my function ?
It's possible to have some "error mapping" or something that describe every appwrite cloud function error possible ? Thanks
Does it error on cold start? Any big packages as part of the build?
It's during the execution, my cloud function is schedule 1/* 10-12 * * *
like this
When was the last time you made changes to this? Was it working prior to 1.6?
And what packages are you using as part of the build?
Recommended threads
- Failed to build function: Incorrect prox...
I have a function which I updated. Previously built and deployed just fine. I made some small edits and pushed to github, and now it's failing on the build wit...
- Appwrite Function typescript types
Hello, I don't suppose anyone has any resources for some types for writing typescript functions? I know there are some available in the SDK, but stuff like the...
- Validate User Server Side
I want to check if the user has a valid session before fetching data ```import { NextResponse } from 'next/server'; import { Client, Users } from 'node-appwrit...