
For some reason when I try and sign up, it does add a new user but for some reason when I run checkUser it just doesn't work?

The error I get is:
Sign-up successful. Now signing in...
No session: User (role: guests) missing scope (account)

are you using the same AppwriteAuth instance across all your view models?

I see the same auth instance used in ContentView, AuthViewModel, and SignInView, but what about SignUpViewModel?

For the SignUpView/SignUpViewModel, I use NavigationLink("Sign up", destination: SignUpView(auth: auth))
so it's being passed down from the SignInView.

You said the user is created. Do you see the session created too?
Also, what version of the apple sdk do you have?
Recommended threads
- Unable to migrate from self hosted to cl...
I'm trying to migrate my project that's currently self hosted running on version 1.6.0. I was able to migrate 3 other projects that had auth, functions, and dat...
- Can multiple functions exist in one Appw...
Can I add more than one function in the `src/main.js` file of an Appwrite cloud function? What if the different functions depend on two separate events, speci...
- Postman function call
Hi I'm trying to call a locally running function, which requires auth, in headers I'm passing jwt token with key as 'x-appwrite-user-jwt", but upon logging req....
