
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
- 2 Columns still processing since yesterd...
Hey o/ Yesterday (around <t:1758045600:f>), I created a database and added several columns to it. After about 15 minutes, most of the "processing" tags disappe...
- 503 Timeout when Updating or Upserting D...
Hey I’m running into an issue when trying to update or upsert a row in Appwrite. The request hangs for a while and then throws this error: ``` AppwriteException...
- Row with the requested ID already exists...
I’m hitting a blocking issue creating rows in Appwrite (both from the console and my React Native app). After successfully inserting the first row, every subseq...
