Show more detailed errors to users? #4798
Unanswered
marty-sullivan
asked this question in
Q&A
Replies: 1 comment 1 reply
-
This is done by design, since error messages should not be shown to client: https://cwe.mitre.org/data/definitions/209.html maybe this can be improved by allowing admin-set patterns, there is also a standard list of errors that are considered "safe" and are shown |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Right now, when a user gets any sort of error from the custom endpoints we have set up, it just shows a generic "Here's the specific error we received: Please contact the admin..."
However, when I look in the logs, there will be a very detailed error message, typically about content filters being triggered. Is there a way to pass these error messages through to the user rather than asking them to contact the admin?
Beta Was this translation helpful? Give feedback.
All reactions