(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
- Impossible to get USER after createEmail...
Am using provider to deal with functions linked to appwrite. Here is my login. Future<String?> login(String email, String password) async { try { aw...
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Flutter Android oAuth is no more working
I currently don't get the oAuth login to work in flutter android. it works on ios and on web. but when try to use it on Android, i get to the point where the ca...