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.
TL;DR
Issue: Developers encountering internal cURL error (Error Number: 52) when trying to execute a specific function in Appwrite 1.7.3 self-hosted environment.
Solution: Check for any networking issues or firewall restrictions that could be causing the cURL error. Ensure the function setup for Go-1.23 is consistent across all functions and execute further tests for debugging.