Preventing uncaught error propagation from server to client
Hello guys, is there any way to create default error handler? I want to avoid leaking internal information to the client.
Example scenario: My database is down. Exception has been thrown by the database driver. Result: TRPCClientError in a browser: connect ECONNREFUSED 127.0.0.1:5432 Desired result: TRPCClientError in a browser: "Internal server error"
No replies yet
Join the Discord to continue the conversation
t
tRPC
Move Fast & Break Nothing. End-to-end typesafe APIs made easy.