Hello.
It looks like I am able to update documents without proper permissions. Using the latest 1.5.7 version.
Would love some help with this.
So far GET does not work, but PATCH does
you mean, with the READ permissions to ANY, GET doesn't work but PATCH does?
so if i do role any -> read, the read works, if i remove it, the read no longer works.
however, if I do any -> update, i can update, but if i remove it, i can still update
cannot reproduce 🤔. I do get an auth error.
you have any keys added to the headers? could be possible in that case... 👀?
I see whats happening...
If you update with the SAME data, currently present in the Document, then it does update and returns the whole doc. If you change the data a bit, it returns with an auth error.
@Steven what do you think?
Recommended threads
- [SOLVED] Get Relations when using Tables...
Hi there, I have a table containing a relation column with a one-to-many relationship to another table. When Using TablesDB.GetRow in "node-appwrite" i get all ...
- Transaction and Session
I've been debugging for hours a problem that now I think it's because It's not allowed: In my project a user log in using the `node-appwrite` SDK (SSR) I store...
- Appwrite loading issue with Nuxt UI
For some reason when I add nuxt ui to my nuxt 4 project, appwrite will build the project but the project website will load indefinitely. Without adding Nuxt UI,...