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
- Couldnt not do appwrite push tables
Not sure why i am not able to create my tables
- Flutter OAuth2 webAuth Bug?
I created with flutter an app where I can login in with my Microsoft Account. When I compile it to Web (WASM) or Android (aab) then there is no problem what so ...
- change role of a team member in Appwrite
It's not possible to add/change roles of a team meber in Appwrite Frontend. When you click on a member of a team you get forwarded to the configuration page of ...