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
Validation errors are getting lost in the jayson server. The client sees only an error message indicating that an internal error occurred.
{ "jsonrpc":"2.0", "id":"18dabf6f-f09e-417c-b163-eac85dc94d24", "error": { "code":-32603, "message":"Internal error" } }
To reproduce, call create-user from the console client, setting the email field to test.
create-user
test
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Validation errors are getting lost in the jayson server. The client sees only an error message indicating that an internal error occurred.
To reproduce, call
create-user
from the console client, setting the email field totest
.The text was updated successfully, but these errors were encountered: