samon
samon
Explore posts from servers
TTCTheo's Typesafe Cult
Created by samon on 7/28/2023 in #questions
next js 13 request body size configuration
so if the file is 1TB my api can't do anything before the stream get finished,
13 replies
TTCTheo's Typesafe Cult
Created by samon on 7/28/2023 in #questions
next js 13 request body size configuration
the only way to receive files now is by : await req.formData()
13 replies
TTCTheo's Typesafe Cult
Created by samon on 7/28/2023 in #questions
next js 13 request body size configuration
i can't find a way to set limits because tools like multer / busboy won't work in next js 13
13 replies
TTCTheo's Typesafe Cult
Created by samon on 7/28/2023 in #questions
next js 13 request body size configuration
first streaming it , then doing some manipulations , and finally send it to s3
13 replies
TTCTheo's Typesafe Cult
Created by samon on 7/28/2023 in #questions
next js 13 request body size configuration
yup , but from client to api
13 replies
TTCTheo's Typesafe Cult
Created by samon on 4/19/2023 in #questions
is it possible to pass data from middleware to a server component?
the traditional way of how cookies work ? server -->client <-->server ,
11 replies