kamal.panaraOriginal post
Rank 3: Container
I'm getting this error when i execute the function via POST request using function URL:
An internal curl error has occurred within the executor! Error Msg: Operation timed out\nError Code: 500
I have create this using python 3.9 I'm on self-hosted appwrite v1.4.13
Basically I'm using Appwrite's Discord Command Bot template
Summary
Error: When executing the function via POST request using the function URL, an internal curl error has occurred resulting in an operation timeout (Error Code: 500).
Appwrite version: v1.4.13.
Context: The function was created using Python 3.9 and is based on the Appwrite Discord Command Bot template.