
After following the exact steps at this tutorial (https://appwrite.io/docs/tutorials/sveltekit-ssr-auth/step-1), if i click on "sign up" i get the error "AppwriteException [Error]: app.660[...]4bf@service.cloud.appwrite.io (role: applications) missing scope (public) at Client.call". Am I missing something? The api key i'm using as full access.

I guess it's because i'm using appwrite cloud and ssr auth is not yet available.
Recommended threads
- Auth Error
"use client"; import { useEffect } from "react"; import { getSessionCookie } from "@/actions/auth"; import { createBrowserSessionClient } from "@/lib/appwrite-...
- Prevent modifying specific attributes
How do I prevent user to only to be able to modify some of the attributes. Document level security gives full access to update whole document, what are the wor...
- Bypass Error When Creating Account With ...
Suppose user first uses email/pass for log in using xyz@gmail.com, few month later on decides to use google oauth2 with same xyz@gmail.com (or in reverse orde...
