riverqueue / riverui

A web interface for River, fast and reliable background jobs in Go.
https://ui.riverqueue.com/
Mozilla Public License 2.0
43 stars 3 forks source link

Don't render raw errors to responses #50

Closed bgentry closed 1 week ago

bgentry commented 1 week ago

This is a quick PR to ensure we don't return raw error details in HTTP response payloads, making sure there is no path for accidentally leaking internal details. We will end up changing this stuff anyway as part of refactoring the API handler as discussed earlier.

Fixes #27.