Back

createEmailSession

  • 0
  • Web
Vexo
22 Feb, 2024, 20:39

const login = async(email,password)=>{ try{ let response = await account.createEmailSession(email,password); alert("Logged in") }catch(err){ alert(err) } }

im getting error on createEmailSession is not a function any help?

TL;DR
Developers are encountering an error stating that createEmailSession is not a function when trying to utilize it in their code. To resolve this issue, developers must ensure that the createEmailSession function is properly defined and exported in the respective module.
Reply

Reply to this thread by joining our Discord

Reply on Discord

Need support?

Join our Discord

Get community support by joining our Discord server.

Join Discord

Get premium support

Join Appwrite Pro and get email support from our team.

Learn more