tRPC errors squished by _error

I'm trying to work with tRPC, and the error returned to the client seems to go through /_error, and so the tRPC Client is complaining about "<!DOCTYPE" being returned.

How does one go about debugging what's happening, removing the traversal through _error?
Was this page helpful?