
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
- Email OTP + email-password combo
This might be a strange scenario but I want to know if it's possible I can implement user auth through both the ways in my app: by sending email OTP and by usi...
- function stuck on 'processing' forever i...
I've made an image to zip convertor function, when I execute it through console it's forever stuck on 'processing' but when I try to execute it through postman ...
- A full logout for users logged in via Go...
I have a web app in reactjs that uses the Google login that is integrated into Appwrite for user login. I use `createOAuth2Token()` to login to their account. ...
