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
- Type Mismatch in AppwriteException
There is a discrepancy in the TypeScript type definitions for AppwriteException. The response property is defined as a string in the type definitions, but in pr...
- What Query's are valid for GetDocument?
Documentation shows that Queries are valid here, but doesn't explain which queries are valid. At first I presumed this to be a bug, but before creating a githu...
- [SOLVED] React Native Appwrite SDK not w...
So I'm trying to generate a unique ID using the ID.unique() and its generating properly, but its saying its longer than 36 characters but it isnt.. ```typescri...