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
- Error can not create `tablesdb` event wi...
When i'm trying to add an event with `tablesdb` i get an error message My event value: `tablesdb.mtg-decklist-dev.tables.queue_parsing.rows.*.create` Same err...
- GitHub Student Login Loop Issue
signed up using my GitHub Student Developer Pack. However, whenever I click "Sign in with GitHub", I get stuck on the login page. No matter how many times I try...
- Google OAuth Not Working on Brave/Firefo...
I'm having an issue with Google OAuth in my React + Appwrite app. After login, the dashboard is accessible only in Microsoft Edge, but fails in Brave and Firefo...