This is what Fugu said about the unexpected error you saw.
That error is a classic streaming vs. non-streaming mismatch, not a Routstr-vs-Fugu
incompatibility. Hereβs whatβs happening in plain terms.
## What the error means
The client received a streaming (SSE) response but tried to pa...