Hello, i'm following the next.js tutorial in the docs, and when i log in it creates the user but returns this error:
Uncaught (in promise) TypeError: _appwrite__WEBPACK_IMPORTED_MODULE_2__.account.createEmailPasswordSession is not a function
That method will be newly introduced in 1.5 which isn't out yet. For the current version and older you'll want to use this instead https://appwrite.io/docs/references/1.4.x/client-web/account#createEmailSession
ah, thank you!
is there a way to install 1.5 yet or no
Nope, Not yet
Not currently, but it's due to be released at some point this month
Soon π
very soon
πππ thanks!!
If you want to run it for testing you can
Recommended threads
- Appwrite DNS nameservers return SERVFAIL...
My custom domain demomanasa.online (and all its subdomains) stopped resolving with ERR_NAME_NOT_RESOLVED for all visitors. I have traced the failure to Appwrite...
- Compatibility issue with Kakao OpenID Co...
**Context:** I am attempting to integrate **Kakao Login** (one of the largest social login providers in South Korea) into my Flutter application using Appwrite'...
- Framework categorization for Sites
Hello, I want to deploy my web app via Appwrite SItes. My web app is vite+reactjs. In the Appwrite docs, it creates a vite+react app, and chooses React from the...