You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, there is one thing I can't get: why the middleware turns echo.HTTPError into a plain error here? It breaks the default echo's error handler behaviour and any error ends up as 500 if slog-echo is used. Hope you can help me understand the rationale behind this decision.
The text was updated successfully, but these errors were encountered:
Hi!
Nice project and good job.
However, there is one thing I can't get: why the middleware turns
echo.HTTPError
into a plain error here? It breaks the default echo's error handler behaviour and any error ends up as 500 if slog-echo is used. Hope you can help me understand the rationale behind this decision.The text was updated successfully, but these errors were encountered: