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
- How can I disable client-side account re...
Hi everyone! Iβm currently building a game backend using Appwrite, and Iβd like to prevent users from creating new accounts directly through the client. My go...
- relationships bug or error idk
hey every one, am using am using appwrite on a project and ran into a problem where by created a relationship and two way to be specific and it is stuck on proc...
- Domain is owned by a different organizat...
Hi Appwrite team, I'm trying to add my custom domain **futlive9.com** to my project, but I'm getting the error: "Domain is owned by a different organization." ...