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
Summary
Developers are experiencing issues with the `createEmailPasswordSession` method. The method will be introduced in version 1.5, but for now, they should use the following instead for the current and older versions: `https://appwrite.io/docs/references/1.4.x/client-web/account#createEmailSession`.