ATorresOriginal post
Rank 1: Thread
As title says, I'm trying to perform this operation
await user.updatePassword(id, password);
and getting the following error:
{
code: 500,
type: 'general_unknown',
response: '{"message":"Server Error",...,"version":"1.8.0"}'
}
Project ID is orakia-app.
Summary
Developers encountering Error 500 (general_unknown) when updating password using `await user.updatePassword(id, password);` in project `orakia-app`.