I have a like 5 functions, but only one of them when i open it it throws the 500 internal error, all the other ones work perfectly
Im using appwrite cloud
@ianmont Could you please sensd your project ID?
65111bcfe7e632a5418f
anything in the console or network logs of your browser?
Hmm weird...maybe a deployment was deleted...I'm not sure how...maybe deploy again?
Well I remember that about 2 days ago there were problems with cloud that error 500 appeared just by opening a sidebar menu and all that... and in my case it let me open that function but from time to time the error 500 internal error would appear
Possibly some deployment got bugged and didn't finish uploading or something like that, what solution is there?
I could really delete that function since I'm not using it anymore.
The problem is that it doesn't let me access the interface to delete it
How do you typically deploy?
I manually deploy dragging the file zip to the drag and drop part
i highly suggest using the Appwrite CLI instead
Recommended threads
- Operators and relationships
Do operators allow modification of array of relationships?
- Bulk feature status
Hi there, I am using version 1.7.4 self hosted and wanted to use the bulk operations in a dart function. I saw that in the dart_appwrite sdk version 16.1.0 it ...
- CORS preflight returns 500 on Dart funct...
Hey everyone 👋 I’m running a Dart cloud function, Every time I respond to a preflight (OPTIONS) request, I get a 500 internal error, and the logs show: ```NoSu...