jyxas1
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. Steven
Did you look at https://appwrite.io/docs/products/databases/quick-start?
jyxas1
i always get
account.createEmailSession is not a function
jyxas1
@Steven
jyxas1
sorry im active now
Joshi
Use createEmailPasswordSession
jyxas1
oh
Recommended threads
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...
- How to Avoid Double Requests in function...
I'm currently using Appwrite's `functions.createExecution` in my project. I want to avoid double requests when multiple actions (like searching or pagination) a...
- Edit ID of an existing collection
Hi there. Is it possible to edit an ID of an existing collection? Right now it looks impossible from AppWrite cloud at least.