
I am trying to follow along with this Youtube tutorial: https://www.youtube.com/watch?v=_W3R2VwRyF4&list=PL6QREj8te1P6wX9m5KnicnDVEucbOPsqR&index=3
I get the error "Missing required parameter: collectionId" when I try to sign up or sign in.
When I sign up, my username goes to the Auth table, but not my Users table in the database.
I believe it chokes on the Account.createEmailPasswordSession function.
Any assistance would be appreciated.

Please share your code and network request.
As for that session method...that's for Appwrite 1.5. are you connecting to Appwrite Cloud? If so, it's not supported since Cloud is on version 1.4
Recommended threads
- Invalid relationship value. Must be eith...
I'm getting this error when i try to update a document. The collection has a relatipship with 2 other collections. I don't understand why, when i update the doc...
- How do I do this. Please help!
Hey guys! Okay AI can't help so I'm asking real people now. 😓 Anyway I wanted to know how one solve this in Appwrite right now. So I have a form where I wante...
- Delete account on authentication
I'm building an authentication that need to a user a choice of delete their account when they need and on the documentation, if I find delete sessions or sessio...
