강의 자료 수정 요청 - 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')
},
},
강의 자료 수정이 필요할 것 같습니다.
回答 1
Inner class로 Config를 지정하는 이유
0
3
1
줄바꿈 시 \ 필수인가요?
0
9
2
11차시 Antigravity IDE 설치 후
0
13
1
2605 이후 최신 클로드코드 강의 추가 부탁드립니다.
0
7
2
처음 에이전트 설정을 잘못 했을 경우 수정 하는 방법
0
9
1
5,6,7,8 내용이 없어요
0
9
0
커리큘럼 문서 제공받을 수 있을까요?
0
12
1
ThemeProvider를 이용해서 NextThemeProvider를 따로 생성하여 Layout.tsx에 적용하는 이유는 뭘까요?
0
9
1
에이전트 에러
0
12
1
커스텀 에이전트 생성하기
0
8
1
mission 09-01 을 수행할 수 없어요
0
16
1
outputStyle 설정하는데 어디서 문제일까요?
0
16
3
네이버 API | '검색 - 책' API 제공 중단
0
20
2
test.txt파일 삭제시 rm명령어이니 클로드의 질문이 있어야 한다고 하셨는데
0
10
2
ArticleReadService 관련 질문
0
15
1
소셜정보 수정
0
92
2
Actions formData 질문.
0
70
1
revalidatePath('/product/catalog/1')
0
84
2
이미지 변환
0
108
2
todoPagingCP.tsx에서
0
76
1
21강 이미지 출력이 안됩니다.
0
142
1
강의를 들을 때 타입스크립트 지식이 필요한가요?
0
90
1
서버 Run 실행을 할수가 없습니다. 어떻게 해야 할까요?
0
160
3
한글로 할 일 등록시 리스트 업데이트가 되지않습니다.
0
125
2

