Hmm. Maybe active deployment got deleted 🤔
maybe?
how can I set back HAHAHAHHAA
Fastest solution would be to delete function and make new one
I dont want to delete and deployed again my function
because I have this plenty environment here
HAHAHAHAHHA
Lets try to add /settings
to end of URL, see if that also gives error 500
thats a cheat
ohh
HAHAHAH
thanks @Meldiron
@Meldiron
sorry for mention you again here
when I upload the env again
it said that it already exist
but does not appear the old
Hmm, weird. Did you give the function same custom ID when creating?
what I did is that redeployment my function in cli
so it will be have the same id
I see. Yeah, something got broken, because functions should never allow deleting active deployment. I can imagine that delete job also failed because of that, leaving leftover variables. I would suggest going to appwrite.json and changing function ID. Then deploying - that will create new function. On that, everything will work.
alright thanks matej
Recommended threads
- Project in AppWrite Cloud doesn't allow ...
I have a collection where the data can't be opened. When I check the functions, there are three instances of a function still running that can't be deleted. The...
- Get team fail in appwrite function
I try to get team of a user inside appwrite function, but i get this error: `AppwriteException: User (role: guests) missing scope (teams.read)` If i try on cl...
- Function in Node.JS to monitor events ar...
Hello everyone. I'm creating my first Node.JS function, but I don't have much experience with node and javascript. I'm trying to create a function, that monito...