trpc client request size limits?
I am sending a pretty sizable request and am seeing
I am not sure where the unexpected token is coming from or how to further debug this. My trpc client looks like
1 Reply
the request never makes it to the server, so somewhere the trpc client is trying to parse the request for some reason and i think having it too big makes it introduce a funky token?