
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:
TypeScript
[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.Recommended threads
- I have troubles with login to appwrite c...
errors occured in migration
- New Provider isn't working | Invalid OAu...
Hallo, I set up a new provider in Appwrite. I followed all the documentation, I set up everything, I successfully ran both Appwrite console and backend, and I f...
- Appwrite Sites: Error At Deployment
Hello, I am using Appwrite 1.7.4 on a self-hosted instance and am experiencing an issue with Appwrite Site's manual deployment. ```powershell [12:44:43] [open-...
