Hi, I'm self hosting Appwrite 1.7.3 and when i execute a specific function i get an Status Code 500.
And the openruntimes-executor prints out this error:
[Error] Type: Exception
[Error] Message: Internal curl error has occurred within the executor! Error Number: 52
[Error] File: /usr/local/src/Executor/Runner/Docker.php
[Error] Line: 1145
This function uses Go-1.23 and it happens via custom domains aswell the SDK and the console. I have an another function that uses Go-1.23 and it works perfectly fine.
Recommended threads
- Self hosted project based backup
Is there a native way to perform a project-level backup in a self-hosted instance, instead of backing up the entire Docker instance? If not, I would like to off...
- Function domain not available
Hello, even tho in docs you clearly describe that every function has its domain, I can not see it anywhere in any of my projects. How do I reveal the url of th...
- Inquiry: How to Reduce Cold Start Durati...
Hey! I was using Python for the function runtime, but after reading that Go has the fastest runtime, I switched my code over to Go. However, I'm still seeing co...