zrilmanZ
tRPC4y ago
6 replies
zrilman

Input is too big for a single dispatch

I decided to try tRPC for my Crypto analytics dashboard. However, I'm having a hard time passing the time series data between the client & the server.

First I received an HTTP error
Request header too large
I was able to fix this by setting
maxURLLength

However, now I receive another error
"Input is too big for a single dispatch"


So my question does tRPC even support such queries, where you send long arrays of data as inputs?
Screenshot_2023-02-18_at_19.00.14.png
Was this page helpful?