Hans
Errors not caught in procedures
I have an application that uses Solid Start
@solidjs/start
. Most Solid Start apps use the fetchRequestHandler
. It seems that the behavior changed recently in that errors thrown inside procedures no longer get caught and will crash server.
Environment:
- node 20.3.1
- pnpm (I have tried on npm as well)
- Solid Start
- tRPC fetchRequestHandler
Minimal Reproduction Repository
https://github.com/hansoksendahl/trpc-not-catch-error4 replies