We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
(First please check that this issue is not already solved as described here)
Trying to send a reset password error when your account has not been verified.
Client should say "User is not verified."
Server logs say BadRequest: User is not verified. However client side says "Request failed with status code 400."
Feathers Authentication Management 0.1.6
Module versions (especially the part that's not working): NodeJS version: v7.4.0 Operating System: Mac Browser Version: Chrome React Native Version:
Module Loader: Webpack
The text was updated successfully, but these errors were encountered:
Sorry, this was an issue with axios library and not feathers authentication management. In postman it returns the correct error.
Sorry, something went wrong.
How do you resolve the AXIOS issue. Im facing the same issue.
EDIT Resolved for me
callApproveWithdrawal(token, id, status, approvedAmount, comments) .then((response) => { console.log('Response', response); }) .catch((error) => { console.log('Error', error.response); });
No branches or pull requests
Steps to reproduce
(First please check that this issue is not already solved as described
here)
Trying to send a reset password error when your account has not been verified.
Expected behavior
Client should say "User is not verified."
Actual behavior
Server logs say BadRequest: User is not verified.
However client side says "Request failed with status code 400."
System configuration
Feathers Authentication Management 0.1.6
Module versions (especially the part that's not working):
NodeJS version:
v7.4.0
Operating System:
Mac
Browser Version:
Chrome
React Native Version:
Module Loader:
Webpack
The text was updated successfully, but these errors were encountered: