samon
Explore posts from serversTTCTheo's Typesafe Cult
•Created by samon on 7/28/2023 in #questions
next js 13 request body size configuration
how to customize the maximum size of the request body in next js 13 api route ?
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?
-
11 replies
TTCTheo's Typesafe Cult
•Created by samon on 12/14/2022 in #questions
ngix bad gateway 502 error
1 replies
TTCTheo's Typesafe Cult
•Created by samon on 12/1/2022 in #questions
query in next js 13 app directory
in next js 12 if we have a dynamic route and we want get the query we do for example this :
getServerSideprops (context){
const { id } = context.query;
}
, so how can we get the same result with the new server side rendering functions ?
2 replies