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 the cookie and then I use it for my different operations
Now I'm building a section with massive operations, I'm using createRows but each time I use it with a session I get general_unauthorized_scope
If I change to an API KEY it works without a problem.
Isn't possible to use a session for transaction operations?
What would be the way to do this? I know it may be possible with a cloud function, but I'd like to avoid create a function in this case, there is any other way to achieve this?
I need to track who is the user doing this actions
<@161328198322356224> can you look into this?
Recommended threads
- Accessing Database via Console
Hi everyone, I am running a self-hosted Appwrite v1.9.0 instance. When I click on one particular database in the Console, a loading indicator appears at the top...
- Apple OAuth2 settings auto-disable every...
Hello, I'm on Appwrite 1.8.1 at the moment. I'm using on prod Apple Oauth and it keeps disabling itself every night. I don't know where to look for the solutio...
- Sites settings shows ALL build runtimes
When looking at the build runtimes of site to update from node22 to node24, i saw that unlike the Functions the Sites shows ALL build runtimes, even non-install...