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
- Migration from Self-Hosted to Cloud seem...
Hello, I'm trying to migrate from my Self-Hosted Appwrite instance to Cloud, and can't figure out what's going wrong. - If I initiate the migration from Cloud...
- custom domain on self host Appwrite
I am having a issue, i am using self host version of appwrite at my custom domain (appwrite.example.com), but when i tried adding a custom domain (project1.exam...
- 1.9 Upgrade Issues (Creating Logs Table)
The upgrade seemingly completed without a hitch, I almost gave the credit on how seamless it was, until appwrite refused to come back up and is now completely b...