Where exactly can we enable session write scope?
TL;DR
The issue was due to the API key needing updates on permissions to enable the session write scope. This could be done by updating the role to include the necessary scope `(sessions.write)`.TypeScript
type: 'general_unauthorized_scope',
response: {
message: 'app.65bfe448c590208a708d@service.appwrite.domain.com (role: applications) missing scope (sessions.write)',
code: 401,
type: 'general_unauthorized_scope',
version: '1.5.1'
}``` I'm trying out the ssr example, after update, i haven't done anything to the server
oh the api key was needing some updates on permissions
[SOLVED] 1.5.1 Session write scope.
Recommended threads
- Selfhost - Starting Docker containers fa...
I am stuck at installing appwrite. Specifically, the containers dont want to start up. The images are downloaded and ready. Dockhand is reporting containers st...
- It says domain already used but I have d...
I accidentally deleted the project in which I used my domain originally (orexia.app) from name.com. Now I am trying to add it to a different project and it says...
- Is this normal in the self host custom d...
when i try to add custom domain to the project did not see this in 1.8.0 ok when pressed the retry it says "DNS verification failed with resolver 8.8.8.8. Domai...