Hi folks, I'm trying to implement ssr authentication following the tutorial on Appwrite Docs [https://appwrite.io/docs/tutorials/nextjs-ssr-auth/step-1] but I'm getting the following error: code: 401, type: 'general_unauthorized_scope', response: { message: 'app.**************@service.cloud.appwrite.io (role: applications) missing scope (public)', code: 401, type: 'general_unauthorized_scope', version: '0.12.128' } }
NEXT SSR AUTH - general_unauthorized_scope ERROR
Recommended threads
- delete document problems
i don't know what's going on but i get an attribute "tournamentid" not found in the collection when i try to delet the document... but this is just the document...
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...
- Rate Limit of project
AppwriteException: Rate limit for the current endpoint has been exceeded. Please try again after some time. So , how much time I have to wait and why does it h...