Back

Internal Server Error 500: oauth session and email/password session

  • 0
  • Self Hosted
  • Auth
  • Web
Abhishek
12 Mar, 2024, 21:14

self-hosted v1.5.3 migrated from v1.4.13

I'm using appwrite web sdk v14.0.0

TL;DR
Developers are getting Internal Server Error 500 when trying to create a session with email/password. They are self-hosted on v1.5.3 and migrated from v1.4.13, using appwrite web SDK v14.0.0. Solution: The issue might be due to a bug in the SDK. Upgrading the appwrite web SDK to a newer version could potentially resolve this error.
ideclon
12 Mar, 2024, 21:33

What’s your code?

Abhishek
12 Mar, 2024, 21:34
TypeScript
const account = new Account(client);

const result = await account.createEmailPasswordSession(
    'email@example.com', // email
    'password' // password
);
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