YusufY
tRPC10mo ago
1 reply
Yusuf

httpStreaming with NonJsonSerializable

i have a question lets say i have this
link setup to make httpStreaming work and also make NonJsonSerializable stuff work (formdata)

if in the mutation i return json it works perfectly but if i return an stream i get Cannot use stream-like response in non-streaming request which makes sense
but is there any way of making it work?
image.png
image.png
Was this page helpful?