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
- Why does this happen?
`AppwriteException: general_argument_invalid, Invalid `secret` param: Value must be a valid string and at least 1 chars and no longer than 256 chars (400)` the...
- Selfhosted starter python function retur...
I am running a selfhosted appwrite instance. Creating a node function and executing it works just fine but when i try to execute a python starter function, i ge...
- How to properly implement custom domain?...