
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
- my database attribute stuck in processin...
when i created attributes in collection 3 of those attributes become "processing", and they are not updating, the worst thing is that i cant even delete them s...
- Forever Processing Issue
I encountered an issue when creating attributes in the collections . if you create an attribute of type string for example and choose a size of 200 or 250 or a...
- Realtime Disconnects and Error: INVALID_...
Hi! I just want to ask here if there's any workaround with the disconnect issues we're encountering when subscribing to realtime events in react native using ex...
