Is it possible to delete or edit this function? Is there any reason why this is happening?
You can delete the function, append /settings to url & scroll down to delete.
What function?
Thanks, I successfully deleted it. When adding /settings to the url it worked. But when /executions and trying to execute --> "Deployment not found. Create a deployment before trying to execute a function."
If you deleted the function, there'd be no function, no deployments, no executions. Did you create a new function?
I mean before deleting, I tried to execute it, but as I got the 500 error, there were no deployments
Could you check the logs for the appwrite container?
You can get them by running
docker compose logs appwrite
Recommended threads
- Excessive usage of cloud functions is sl...
I have made almost all my requests through cloud functions and jwt , due to security fears of a user editing a field he is not supposed to . This unfortunately...
- Dart Runtime as Function is missing
Hey guys, I set the _APP_FUNCTIONS_RUNTIMES to dart-3.10 and redeployed the appwrite stack but unfortunately the dart runtime doesnt show up. I copied the val...
- Go 1.25 runtime
So I'm trying to use go 1.25 for my functions and I can only find go-1.23 as a function runtime. So I did some searching and found https://github.com/appwrite/a...