강의 자료 수정 요청 - Next.js 16 버전의 파일 업로드 사이즈 제한 설정
Next 최신 버전으로 수업 듣고 있습니다.

강의 자료에 이 파일이 들어가있는데 오히려 이 설정을 적용하면 1MB 제한이 걸려 업로드 되지 않습니다
발생된 오류 메시지
Error: Body exceeded 1 MB limit.
To configure the body size limit for Server Actions, see: https://nextjs.org/docs/app/api-reference/next-config-js/serverActions#bodysizelimit
at ignore-listed frames {
statusCode: 413
}
⨯ uncaughtException: Error: Body exceeded 1 MB limit.
To configure the body size limit for Server Actions, see: https://nextjs.org/docs/app/api-reference/next-config-js/serverActions#bodysizelimit
at ignore-listed frames {
statusCode: 413
}
⨯ uncaughtException: Error: Body exceeded 1 MB limit.
To configure the body size limit for Server Actions, see: https://nextjs.org/docs/app/api-reference/next-config-js/serverActions#bodysizelimit
at ignore-listed frames {
statusCode: 413
}
⨯ Error: Body exceeded 1 MB limit.
To configure the body size limit for Server Actions, see: https://nextjs.org/docs/app/api-reference/next-config-js/serverActions#bodysizelimit
at ignore-listed frames {
statusCode: 413,
digest: '2270266421@E394'
}강의에서 알려주는 설정으로 해야 1MB 이상 이미지가 정상 업로드 되었습니다.
experimental: {
// 'experimental' 아래에 serverActions를 정의해야 합니다.
serverActions: {
bodySizeLimit: "1000mb", // 원하는 크기로 조절하세요 (예: '50mb', '100mb')
},
},
강의 자료 수정이 필요할 것 같습니다.
Câu trả lời 1
트래잭션 전파 기본- 에 대한 개념 질문? 이렇게 생각해도 맞나요?
0
0
0
선생님 공유해주신 핸드북에 링크가 몇개 잘못되었어요
0
10
2
62강 실습자료가 잘못되었습니다.
0
7
0
코드 자료는 없는걸까요?
0
17
2
헥사고날 아키텍처와 DDD를 적용할 때, 화면에 강하게 연관된 조회 데이터를 어떻게 다루는 게 좋은지 궁금합니다.
0
14
2
37강에서 ROADMAP.md 파일
0
15
1
.claude, setting~, permission 했을 때 Bash 안 보여요
0
10
1
[미션4] open with Live Server 클릭시 브라우저 안뜸
0
12
2
DLQ의 수동 커밋에 대해서 질문있습니다.
0
16
2
사용량 한도 도달
0
16
1
Cursor를 실행했을 때 나오는 화면이 달라요
0
14
1
Claude code 대화하는 부분이 위치변경 문의 드립니다.
0
15
2
노션링크가 접근되지 않습니다.
0
13
1
기본 파일 구조
0
16
2
setting.local.json 파일 안보일떄
0
15
2
소셜정보 수정
0
87
2
Actions formData 질문.
0
65
1
revalidatePath('/product/catalog/1')
0
81
2
이미지 변환
0
100
2
todoPagingCP.tsx에서
0
73
1
21강 이미지 출력이 안됩니다.
0
132
1
강의를 들을 때 타입스크립트 지식이 필요한가요?
0
85
1
서버 Run 실행을 할수가 없습니다. 어떻게 해야 할까요?
0
146
3
한글로 할 일 등록시 리스트 업데이트가 되지않습니다.
0
107
2

