
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
- Server Error when Pushing a Function
Get this ambiguous error when trying to push my function, it's TypeScript using NodeJS 18 ``` ? Which functions would you like to push? get-grades (get-grades)...
- Hola equipo de soporte,
Hola equipo de soporte, Estoy desarrollando una Function en Appwrite Cloud con Node.js 22 y el siguiente package.json: { "name": "upload-whitelist", "type"...
- Function running in cloud but not locall...
Hi everyone, I have an appwrite function which is on python3.12 runtime. I have a library (hnswlib) which builds wheels during installation. This works on appwr...
