Is there a specific reason why my function execute access completely resets after each deploy?
This is the series of events:
- I set execute Access to role of "Any"
- I deploy function
- All permissions set are removed
I have to re-add roles each time after deploying a function
This is actually an expected behavior.
If you don't want it to change in any deployment add any to execute property in your appwrite.json file
Then try to redeploy and check that everything's in order
Oh! interesting, I didn't catch this in the doc's anywhere. Seem's to work, thank to Binyamin ๐
<:appwriteupvote:899677724615016528>
I also discover it by mistake as I noticed my permissions get deleted any time I was deployed a new version
I'll make sure to address this in future tutorials as I would imagine others would run into the same issue
P.s. I've seen some of your videos, they are pleasant to watch.
Thank you ๐
Makes perfect sense
Recommended threads
- No server error on selfhosted appwrite
Please help me, my clients is ask what happen on their data? How can i make it up again?
- Upgrading selfhost version?
It is okay to upgrade version to higher one, of my current version is 1.7.4 to 1.8.1. Is that safe to do cause my clients already have data on that? Also is a...
- Streamlit UI and local DB
I want to use Appwrite for automation, like run watchdog service every morning 3 am. Anyone got suggestions, already explored github and documentation no luck. ...