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
When an API call is done and an error occurs, no error reporting is done.
This was discovered when debugging #9. Even if the response triggers a 500 error response, the client-side code does not report the error happening.
The text was updated successfully, but these errors were encountered:
The easiest reproduction scenario is to create a component, add a HTML template, fill in some HTML but not a name.
This will trigger an Uncaught Error "Required part name is empty" (in simplycode line 679).
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
When an API call is done and an error occurs, no error reporting is done.
This was discovered when debugging #9. Even if the response triggers a 500 error response, the client-side code does not report the error happening.
The text was updated successfully, but these errors were encountered: