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?
TL;DR
Following the astro-ssr-auth tutorial, developers are encountering a scope error when creating a user, specifically 'Error: app.*@service.cloud.appwrite.io (role: applications) missing scope (public)'. The provided documentation is for 1.5.x, but the Cloud version needs an update. For now, developers can use 1.5.x for self-hosted users.