I need some help getting my functions to work. This is on a fresh 1.7.4 install. All functions i try to run result in an error Internal curl error has occurred within the executor! Error Number: 7\nError Code: 500 and the appwrite-worker-functions logs show
[Job] (68ac4016cf18c9.78627971) failed to run.
[Job] (68ac4016cf18c9.78627971) Internal curl error has occurred within the executor! Error Number: 7
[Error] Type: Exception
[Error] Message: Internal curl error has occurred within the executor! Error Number: 7
[Error] File: /usr/src/code/src/Appwrite/Platform/Workers/Functions.php
[Error] Line: 617
currently im testing with python3.12, 15s timeout with this code
def main(context):
context.log("function reached runtime")
return context.res.json({"ok": True})
the error occurs after 12-15s runtime
Recommended threads
- router_deployment_not_found
I updated my function a few times and now i am getting the error: router_deployment_not_found I even reverted back to my original code but i am still getting th...
- Usage of the new Client() and dealing wi...
Hey guys, just a quick one - we had some web traffic the other day and it ended up bombing out - To put in perspective of how the app works, we have a Nuxt Ap...
- [Beginner] CLI --queries Syntax Error & ...
Hi everyone! I am a beginner with Appwrite and trying to use the CLI, but I'm stuck with a syntax error. Any guidance would be greatly appreciated! 🙏 **Enviro...