Effect CommunityEC
Effect Community17mo ago
8 replies
Riordan

Integrating Rpc Router with Http Router: Handling Rpc Request Errors

Is there a built in way to nest an Rpc router in a Http router these days? I tried
HttpRouter.post("/rpc", HttpRpcRouterNoStream.toHttpApp(myRpcRouter)),
but it looks like Rpc Request Errors are dropped into the http router instead of passing back to the client automatically
Was this page helpful?