
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
- Is wildcard subdomains supported on Appw...
I am trying to add `*.sub.mydomain.com` as a custom domain to Appwrite but it shows this error. So I just wanted to check if it is possible. I want the functi...
- Request failed migration error while mig...
Request failed Please check if your credentials are filled in correctly in the previous step Edit credentials When I check my cloud in the project overview aft...
- Not able to see the collections when cre...
Why can't I see any relationship attribute in the latest version of appwrite
