I am trying out the T3 stack where I want to send area polygons given by the user to my NextJs backend using TRPC. It worked well for smaller polygons drawn by hand, but one I allowed my users to upload files over 1MB I run into the problem of '413 (Body exceeded 1mb limit)'
In a suitable place. I have tried to add this configuration into various places of my trpc.ts but so far without success. Does anyone have any advice of how to reconfigure this limit properly?