@@ -, +, @@ --- Koha/REST/V1/Biblios.pm | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) --- a/Koha/REST/V1/Biblios.pm +++ a/Koha/REST/V1/Biblios.pm @@ -230,10 +230,7 @@ sub get_public { ); } catch { - return $c->render( - status => 500, - openapi => { error => "Something went wrong, check the logs ($_)" } - ); + $c->unhandled_exception($_); }; } --