Response.clone: Body has already been consumed. Seroval/trpc conflict?

There was some discussion about this recently, but was there a way to fix this currently in user code?
3 Replies
lxsmnsyc
lxsmnsyc5mo ago
Is this a TRPC error like the cause of things The past discussion was failing to serialize TRPC's error, because of a field that references the Request/Response objects
Massukka
Massukka5mo ago
Yes, I guess the solution is to fix trpc errors But it's there way to somehow safeguard trpc errors
lxsmnsyc
lxsmnsyc5mo ago
not realistically. I'm not familiar with how trpc works nor if it allows intercepting requests/responses like a middleware
Want results from more Discord servers?
Add your server
More Posts
SolidStart for PWA with CSR? And Guide of available templates.I want to build a PWA with **CSR**. So, I've installed Solid Start, and used the "basic" template. Import React component with Module FederationI have a simple use case which belies the greater effort: importing a counter with a starting value How can I make auth0 with solidjsI found <https://github.com/rturnq/solid-auth0>, but It doesn't have docs or examplesCached resource runs into an error when using an actionI'm running into this error which I've isolated to a component that uses this cached function ``` coCan on__ handler be async?Seems that having async handlers works fine, ```jsx const button = <button onClick={doSomethingAsyCan't route with Solid Router in subfolder of multi-page Vite appi have a folder structure where my solid app exists inside of `/prefabs` with children like `/prefacreateResource does not trigger suspense when its first-argument signal changesI have a modal component, with its open state managed by a signal. I want to fetch the data that showindow.location.search not empty after changing routeI need your help because I'm stuck and not sure how to proceed. I have a Solid.js app with the folloUndici fetch failed while building solid-start project on prod server@Halcyon while building solid-start project with `solid-start build` inside docker build with `nodNested Immer "produce" signals with componentsI'm trying to implement something like this, which would allow me to create "nested" signals that up