You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
resetPassword returns error messages from Magento as they are returned from GraphQL.
Actual Behavior
resetPassword throws a hardcoded error, causing the Alokai Magento SDK to return a generic "Internal Server Error" due to lack of handling for such a case.
Expected Behavior
resetPassword returns error messages from Magento as they are returned from GraphQL.
Actual Behavior
resetPassword throws a hardcoded error, causing the Alokai Magento SDK to return a generic "Internal Server Error" due to lack of handling for such a case.
Possible Solution:
Remove the logic defined in these lines.
magento2/packages/api-client/src/api/resetPassword/index.ts
Line 60 in b8eb1e1
The text was updated successfully, but these errors were encountered: