I have followed the tutorial step by step (https://appwrite.io/docs/tutorials/astro-ssr-auth/step-5) but when I try to create a user using the form in step 5 I get the following error:
Error: app.*@service.cloud.appwrite.io (role: applications) missing scope (public)
I have checked the API key is correct in the client instantiation and the API key has access to all scopes
Does anyone have any ideas?
Docs are for 1.5.x, this should work on Cloud once it is updated. For now, 1.5.x is available for self-hosted users
Recommended threads
- Query Appwrite
Hello, I have a question regarding Queries in Appwrite. If I have a string "YYYY-MM", how can I query the $createdAt column to match this filter?
- Different appwrite IDs are getting expos...
File_URL_FORMAT= https://cloud.appwrite.io/v1/storage/buckets/[BUCKET_ID]/files/[FILE_ID]/preview?project=[PROJECT_ID] I'm trying to access files in my web app...
- Invalid document structure: missing requ...
I just pick up my code that's working a week ago, and now I got this error: ``` code: 400, type: 'document_invalid_structure', response: { message: 'Inv...