Skip to content
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

Issue In the Blog Application [Specifically Login - due to Appwrite Version Update] #161

Open
ROKUMATE opened this issue Jul 15, 2024 · 0 comments

Comments

@ROKUMATE
Copy link

This is for the Students following the tutorial, but using the 15.0.0 Version of Appwrite

The Appwrite Package has been Updated to Version 15.0.0
this project was created at the Version 13.0.0

So there was a slight change in the Documentation

for 12MegaBlog/src/appwrite/auth.js line 33
there will be a updation of the fucntion name
From

this.account.createEmailSession(email, password);

To

this.account.createEmailPasswordSession(email, password);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant