add into the auth module
Are you still here?
So you are getting users added to your appwrite instance and not your users collection. Do you have permissions on your collection? Are people actually allowed to add to it?
With those are you still getting the issue?
yessssssssss
not still , there were those from the beginning
What's in the signin function?
I click sign up, and it run to auth module😅
wait
this
account.get()
throws, so it will never get to line 62. You'll need to add your create login in the catch of the try catch.
I come back
ok, let I see see
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
It seems so.
It's my first time using this
Let me change it and you'll see if it's right.
okie dokie
let session = await account.get(); wrap this in the try catch ?
I delete some code
Maybe it's better this way.
Recommended threads
- Need Help with Google OAuth2 in Expo usi...
I'm learning React Native with Expo and trying to set up Google OAuth2 with Appwrite. I couldn't find any good docs or tutorials for this and my own attempt did...
- Error: User (role: guests) missing scope...
I want to send a verification code to the user and the given phone number and check it and create a session right after the user entered the secret. For me that...
- Apple OAuth Scopes
Hi Hi, I've configured sign in with apple and this is the response i'm getting from apple once i've signed in. I cant find anywhere I set scopes. I remember se...