Integrating `@effect/rpc` with `HttpLayerRouter` in a Tanstack-Start App: Troubleshooting Fiber I...

I already posted a similar question in the react channel (reactError "All fibers interrupted without errors" with RPC and Atom package). Did anyone managed to integrate @effect/rpc with HttpLayerRouter using tanstack createFileRoute sever handlers in a tanstack-start app? I am facing an unknown issue of "All fibers interrupted without errors." whenever hitting a RPC endpoint, though normal http endpoint routers work. Although, I know this error is a cause of HTTP timeouts, I can't pinpoint the root cause of this timeout. Strangely, normal node server with RPC http route works without timing out. You can test it out all of the above issues by cloning this repo: https://github.com/MrGeniusProgrammer/tanstack-effect-rpc-fibers-interrupted-issue. In a nutshell, the question is: how to use @effect/rpc with HttpLayerRouter in a tanstack-start app?
Was this page helpful?