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
Are you using https for your endpoint?
Im using http, if i use https i get 404 error
Recommended threads
- Function's Static IP
Is it possible to have static. IP Address instead of Dynamic IP for getting the IP Address whitelist
- How to use dart workspaces to deploy a f...
Hello, I'm developing a Flutter application and I would like to leverage dart pub workspaces to deploy a function with a dart runtime as advertised here : http...
- [SOLVED] Unable to push function from AP...
When trying to push functions from Gitlab CI (with an API KEY and using the CLI), i saw that i was unable to push functions. ``` $ appwrite client --endpoint $...