When clicking on a function, I get an error of 500 internal error
In the network tab it says that "Deployment with the requested ID could not be found."
I remember clicking delete in a deployment and "Server Error" appeared.
How can I solve it if I am self hosted?
try deploying your function again
The thing is that I can't access the function to redeploy, I was doing it manually by uploading the .zip
What could I do?
deploy using CLI
alright, thanks Steven i will try that
Recommended threads
- Provider error when creating a function ...
- 1:1 relationship doesn’t sync after re-a...
Hi, I’m trying to use a two-way one-to-one relationship. It works fine when I create a record with the relationship set, and it also works when I unset it. But ...
- Upsert with setting permissions
Hi there, I am using self-hosted appwrite v1.7.4 and trying to use the bulk update stuff that was released with 1.7.x. Unfortunally I found that there is an ser...