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
- SPA Not working
So I'm using vite/react, which is spa, and it used to work before, but now whenever I go to any route except the root it shows appwrites 404 page, instead of us...
- Issue with downloading large files (40GB...
Hi everyone! I am using the latest Appwrite 1.8.0 version on my self-hosted server. I successfully uploaded a large ZIP archive (~40GB) using the chunked uploa...
- Cant get realtime working
Hey I nned some help with realtime a gain. I was using client.subscribe(...), and i found out that its depricated then i believe realtime.subscribe(...) is the ...