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
- Cannot Update Empty oneToMany Relationsh...
Appwrite's `updateDocument()` API cannot update an empty oneToMany relationship array. When attempting to update an empty relationship with a single-item array,...
- total parameter not working correctly in...
Hello Appwrite team, I'm experiencing issues with the total parameter in the listRows() method (TablesDB) across multiple SDKs. **Issue 1**: Node.js SDK (node...
- Free plan Usage
I using a free plan with one organization. I have three projects but on the free plan I should be able to have 2 projects running But in my case only 1 out of ...