realmers
realmers
TTCTheo's Typesafe Cult
Created by realmers on 1/14/2024 in #questions
Increase api file size limit on t3 stack
i found the solution to my problem which was to put 'export const config = { api: { bodyParser: false, }, }' in the same file as [trpc].ts along side everything else in the file
6 replies
TTCTheo's Typesafe Cult
Created by realmers on 1/14/2024 in #questions
Increase api file size limit on t3 stack
I have got everything setup for sending the file to my serverside procedure, so I would love to continue with that for now. But thanks for the info. Im still looking for how to increase the file size limit.
6 replies
TTCTheo's Typesafe Cult
Created by realmers on 1/14/2024 in #questions
Increase api file size limit on t3 stack
Sorry i think there is a misunderstanding im sending a file from my client to a procedure that uploads that image to a storage bucket on supabase. The issue is that i cant send the file to my server because requests have file size limit.
6 replies