(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
- Why does this happen?
`AppwriteException: general_argument_invalid, Invalid `secret` param: Value must be a valid string and at least 1 chars and no longer than 256 chars (400)` the...
- Selfhosted starter python function retur...
I am running a selfhosted appwrite instance. Creating a node function and executing it works just fine but when i try to execute a python starter function, i ge...
- Can't run functions from console in appw...
Hello, I have an appwrite 1.9.0 self hosted, functions run correctly with client SDK or event when using the function domain *.function.mydomain, for testing pu...