-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Appwrite createEmailSession is not a function #104
Comments
Go to store.js where the redux store is configured. There you must define the reducers to the store. So specify the reducer and name of that reducer in an object to the reducer key. For Eg: If the name of the reducer is auth and the slice is authSlice, then provide them as key-value pairs to the reducer
|
I already given that, the problem is createEmailSession does't work if you have any solution regardin this, how to solve this then please inform me .... |
same problem 🙃, did you fix it brother?? |
you can use (createEmailPasswordSession) |
this error is showing because the function will change to "account.createEmailPasswordSession" in the latest version of appwrite so you can use "createEmailPasswordSession" instead return await this.account.createEmailPasswordSession(email, password); Hope this helps 👍🏻 |
thanks |
you can use (account.createEmailPasswordSession) |
finally fix the bug |
The text was updated successfully, but these errors were encountered: