Hello there!
I have my appwrite instance hosted in this domain -> backend.dcvocabulary.com
Everything is working fine. I had a function working a few months ago but now I deleted it and changed the github organization where I'll have the repos of my functions.
The thing is that I still see 3 functions in the project where I only had 1 function and the new project where I deployed the test node js starter is not working, every time I clicked the generated URL I got a not found error page.
Ok, now I deleted that function to start over bit now in this project I still see that I have a functino created but then none is listed when you want to see the functions :s...
How should I fix this? I tried running docker compose up -d but it does not fix the issue.
I haven't tried creating another function but I'm pretty sure it will fail again.
Did I do something wrong?
Thanks!
Recommended threads
- TablesDB can't be used in Appwrite Funct...
I have written a function (DART) and it won't deploy. Here is what I get : 2026-03-14T17:09:41.459693680Z Compiling ... 2026-03-14T17:09:42.915619217Z ../build...
- Realtime for files() works almost well, ...
I have been trying to make use of realtime, today (14.03.26) I have pulled all the latest versions of docker images, and sdk available. Whats working: - Conn...
- Local appwrite run functions --user-id n...
Hi, I'm running into an issue when testing Appwrite functions locally with user impersonation. I'm using a self-hosted Appwrite instance and running functions ...