[AppwriteException: Invalid `userId` param: Parameter must contain at most 36 chars. Valid chars are
- 0
- Android
- React Native
- Auth
[I have given the code snippets of my appwrite.js file . Is there any way to solve it?
Heyyy. Notice line where you set newAccount variable. There, you pass userId, but as last oarameter. it needs to be first one
in order userId, email, password and name
I did this in order earlier but still no luck
also data is not saved to user collection
Hmm I see. Can you print the userId so we see what is the value?
console.log it?
Thats caused by exception. If one action fails, the function code stops. Like "return", but it is an exception
exactly
ok this is what I got it seems legit to me
also this one
Looks valid to me. Can you try to manually create user with this ID in Appwrite Console under Auth page?
ok I can see my previously created users in auth page (Which I've found out right now🥲 ) but i cannot see it on my user collection with database. Is it normal or there's an issue with it?
Because of this
ERROR [Error: AppwriteException: Creation of a session is prohibited when a session is active.] why this is happening
Recommended threads
- Courtesy limit reset for non-profit migr...
Hi Team! I'm the architect for a 501(c)(3) non-profit project (Aaria's Blue Elephant) and we just hit our Free plan Database Read limit (currently at 164%). Th...
- {"code": 1008, "message": "Invalid Origi...
Nothing has changed in my application or console settings so I'm curious as to what I need to do to fix this. I already have the client registered so I'm not en...
- RBAC design question
Hi, I am trying to create RBAC so we will have multiple orgs in the app each org will have 3 roles (admin, member and read only) what is the best way to go ab...