Good afternoon, I'm trying to run a function created in Appwrite using the python SDK and I'm having a problem.
Apparently the function is doing a GET on the endpoint
'/functions/{functionId}/executions'
and not a POST.
Attached is an image of the code for executing the function and an image of the response received
TL;DR
The user is experiencing an error with the "create_execution" function in the Python SDK for Appwrite. It seems that when using HTTPS instead of HTTP, they are getting a 404 error. They are wondering if the issue is related to using HTTPS for the endpoint. They have provided images of the code and response for reference.