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
- Query.contains not supported on Cloud?
I try to filter a row which contain a string inside a string array column, however I get the following error: ``` {"name":"AppwriteException","code":400,"type"...
- AI feature by functions?
I'm creating a website where, in short, users can index certain genealogical content. In connection with the development of AI, I was thinking about introducing...
- Unknown usage from one of my database
I need support help. For more than 2 weeks, i didn't make any requests to my database, but I have noticed huge amount of reads and writes requests: Around 8000...