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
- Invalid document structure: missing requ...
Hi, For some reasons, I cannot edit records in my table. It worked fine. `Invalid document structure: Unknown attribute: "learning"` I verified that we are p...
- Processing attribute
Hi, i need help on this issue. This attribute has been created yesterday.
- [CLOSED] 401 Access to this resource is ...
was adding a large number of documents 100k + via the api and creating documents started getting the error above and also can access the db on the cloud dashboa...