Wednesday, July 19, 2023
1 change
Resolved issues and error corrections
Several app pages now correctly report access and missing-page errors instead of treating them as successful requests. This helps users see the right error message and prevents confusing behavior in affected workflows.
Original PR description
Some json-controllers were returning http exceptions (e.g. NotFound, Forbidden) instead of raising them causing the RPC error handler in the JS framework to ignore them.