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
- Having issues with login via CLI
``` ~/appwrite ξ° appwrite login --endpoint https://localhost/v1 --verbose ? Enter your email myvalidemai...
- delete document problems
i don't know what's going on but i get an attribute "tournamentid" not found in the collection when i try to delet the document... but this is just the document...
- Rate Limit of project
AppwriteException: Rate limit for the current endpoint has been exceeded. Please try again after some time. So , how much time I have to wait and why does it h...