(SOLVED) how do I see new change on appwrite cloud function after editing code?
- 0
- Functions
- Flutter
In the function main page you can see the deploying status
For example
Then check that the last one indeed got deployed
The last one was deployed and I deleted the previous
Okay, then you're using the latest version.
But I commented code and it still gave previous outcome 🤣
😂 Sometime though, The build can take a bit more time..
What's the value of updated at
Need to activate?
Showing ready
No, it should be automateclly Try redeploy
I did, worked
(SOLVED) how do I see new change on appwrite cloud function after editing code?
I appreciate you dearly @Binyamin
I did nothing to deserve your assistance GOD's Blessings on you
still experiencing slight delay in seeing changes
Maybe I'll may wait for 10 minutes
you should not need to wait 10 minutes. you should be able to clearly see if a deployment is currently building. When a build is done processing, you can click on build logs to see the details of the build. it should also have a timestamp that matches when you deployed
I did follow the status and executed after building
And you got the last one, when it says that the build was a success?
yes @Binyamin
I even changed the permission in the .json file to any and it reflected after deploy, but didnot get expected outcoe still
How do you deploy your function?
I deleted it and deployed afresh
Worked, I appreciate you @Binyamin
Good 👍
Recommended threads
- 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...
- Scheduled works locking the entire Maria...
I have a scheduled function and apparently that or something is locking the entire MariaDB database and Appwrite is giving MariaDB errors. This error persists e...
- Python Function not working
I am getting this issue as well. Doesnt look like there was a solution as you guys were not able to replicate. Below is my code as well as the error. I started...