I created a Node.js Appwrite function and deployed it successfully. When I accessed /ping, it returned pong as expected. Later, I cloned the function repo, edited the response to "this is an edited response", committed the changes, and pushed to the main branch. The Appwrite console detected the changes and automatically rebuilt the function. After some time, it showed the status as "active". However, when I visit the function endpoint and hit /ping, it still shows the old response "pong". I’ve confirmed that the build status says Active, the code was pushed to the correct branch, and I’ve tried refreshing the page and even accessing it in different browsers but the old response persists. Any idea why the changes aren't reflecting? Could it be a cache issue or something wrong with the deployment?
This is the edited code I have deployed on the GitHub
Recommended threads
- Server Down
Appwrite services are down. When will they start working again?
- My cloud functions failing 3 days ago (P...
Hi, My cloud function using python has been failing for 3 days, I didn't push any new deployments... Its something to do with it not recognising the entrypoi...
- Function was working: Failed to load ent...
I had a Bun function deployed two months ago working until 2 days ago on a daily basis, now I'm getting: Failed to load entrypoint, file src/main.js does not ex...