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
- HTTP POST to function returning "No Appw...
Hi everyone, I’m running into an issue with my self-hosted Appwrite instance. I’ve set up my environment variables (APPWRITE_FUNCTION_PROJECT_ID, APPWRITE_FUNC...
- Can't add dart 3.5 runtime
Modified the `.env` to enable dart 3.5 runtime on my self-hosted instance but still can't find the runtime when creating a new function. I manually pulled the i...
- How to verify an user using AppWrite Fun...
I have seen similar questions but none whose solutions serve me. I have a function to verify a user with their secret and their id: https://blahblah.appwrite.gl...