(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
- Apple OAuth Scopes
Hi Hi, I've configured sign in with apple and this is the response i'm getting from apple once i've signed in. I cant find anywhere I set scopes. I remember se...
- Sign In With Apple OAuth Help
Hi All! I've got a flutter & appwrite app which Im trying to use sign in with apple for. I already have sign in with google working and the function is the sam...
- [SOLVED] OAuth With Google & Flutter
Hi all, I'm trying to sign in with google and it all goes swimmingly until the call back. I get a new user created on the appwrite dashboard however the flutte...