-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
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
Display Exception in Atk callback #691
Comments
that is the flag in the check:
|
Yes, when an exception is throw inside the callback, the But an HTTP code = 500 should be set in general before any error output, ie. here too. |
I guess that flag only checks if the function is reachable/exists..
|
Already fixed in the last version on this line: Line 251 in 695baeb
|
Currently, when callback is used and an Exception occurs, simple message:
is displayed.
Currently it is very hard to understand what is going wrong.
At least the Exception message should be displayed in the error (located in
ui/src/App.php
Line 415 in 695baeb
And also HTTP code = 500 should be returned.
The text was updated successfully, but these errors were encountered: