diff --git a/src/trpc/client.ts b/src/trpc/client.ts index a24cd5d..a6e2f8b 100644 --- a/src/trpc/client.ts +++ b/src/trpc/client.ts @@ -8,6 +8,7 @@ const createClient = (fetch: typeof globalThis.fetch) => links: [ httpBatchLink({ url: "/api/trpc", + maxURLLength: 4096, transformer: superjson, fetch, }),