
How do i actually store data into database in a signup user with next.js
TL;DR
Developers are seeking help on storing data into a database for user sign up using Next.js. They encountered an issue with creating an email session and received an error message stating "account.createEmailSession is not a function." A link to the documentation on appwrite.io was provided for reference.
Did you look at https://appwrite.io/docs/products/databases/quick-start?

i always get
account.createEmailSession is not a function

@Steven

sorry im active now

Use createEmailPasswordSession

oh
Recommended threads
- Adding "name" column to table creates 2-...
As stated, im adding the "name" column to one table, it adds 4 duplicates. In another table it adds 3 duplicates, and when I delete 1 of them, all duplucates di...
- 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...
