강의 자료 수정 요청 - Next.js 16 버전의 파일 업로드 사이즈 제한 설정
0
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')
},
},
강의 자료 수정이 필요할 것 같습니다.
javascript
react
spring-boot
jpa
next.js
回答 1
usecase 사용 기준
0
3
0
/output-style 이 안뜹니다
0
4
2
프로젝트 초기화 문제
0
2
1
섹션8,9부터는 진짜 못따라가겠어요...ㅠㅠ
0
6
1
윈도우에서는동작줄이기가어디에있을까요??
0
2
0
파워쉘에서 이미지 복붙이 안됩니다.
0
8
1
160 강의 ppt-maker에 대해
0
10
1
이벤트 관리 앱 프로젝트 개발 순서
0
8
0
supabase next.js와 mcp
0
6
0
늘 컴퓨터를 켜두어야 하는 것에 대한 질문입니다.
0
9
1
스테이징 10000개
0
8
1
160. Claude Code로 PPT 만들기 관련 질문
0
10
1
task master 관련질문입니다.
0
13
1
노션 승인 관련
0
24
3
android crud중 c 영상이 12초만 있는 잘린 영상이에요.
0
17
2
소셜정보 수정
0
65
2
Actions formData 질문.
0
46
1
revalidatePath('/product/catalog/1')
0
62
2
이미지 변환
0
77
2
todoPagingCP.tsx에서
0
57
1
21강 이미지 출력이 안됩니다.
0
110
1
강의를 들을 때 타입스크립트 지식이 필요한가요?
0
73
1
서버 Run 실행을 할수가 없습니다. 어떻게 해야 할까요?
0
122
3
한글로 할 일 등록시 리스트 업데이트가 되지않습니다.
0
86
2

