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
- HTTP Error 500 ''
Hello to everyone, I'm a Flutter developer and actually I'm developing an app using Appwrite.. during my tests and also massive ones I've noticed something we...
- CSV imports were not working but found a...
With 1.9.5 Self-Hosted on a remote Debian 13 VPS I was trying to upload some data using the Import from CSV function. After following the Docs I created a csv f...
- Inviting members while SMTP is disabled ...
Issue: https://github.com/appwrite/console/issues/3125 PR: https://github.com/appwrite/console/pull/3126