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
fron-tend
The login endpoint from Authentication API could return http errors (4*) with custom messages in body. Take a look at the following response example:
login
{ "name": "Error", "message": "Bla Bla", "fromSandbox": true }
even so, the front-end is not handling that message and shows an empty red box:
front-end
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The
login
endpoint from Authentication API could return http errors (4*) with custom messages in body. Take a look at the following response example:even so, the
front-end
is not handling that message and shows an empty red box:The text was updated successfully, but these errors were encountered: