강의 자료 수정 요청 - 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
슬랙 웹 훅 관련 문의
0
9
1
antigravity 2.0은 화면이 많이 다르네요.
0
7
1
안녕하세요 질문있습니다.
0
11
1
스킬과 서브에이전트
0
11
2
커밋 변경사항/그래프에서 이전 프로젝트의 내역이 보입니다
0
8
2
useReducer와 커스텀훅
0
12
1
프로젝트 의존 관계
0
8
1
기술스택 버전까지 입력할 경우 참고할 만한 사이트
0
11
2
미션 14에서 StockButton의 memo는 어떤 역할인가요
0
12
2
혹시 다음 강의 제작 예정된 것들이 있을까요?
0
14
1
안녕하세요 문의남깁니다
0
11
2
안녕하세요 문의드립니다
0
11
2
실습 가이드: 16강 에서 useMemo의 역할은 무엇인가요?
0
14
3
Enable Linting 항목을 찾을수가 없습니다.
0
9
2
Shrimp Task Manager 설치 관련 문의
0
16
2
소셜정보 수정
0
66
2
Actions formData 질문.
0
48
1
revalidatePath('/product/catalog/1')
0
62
2
이미지 변환
0
79
2
todoPagingCP.tsx에서
0
58
1
21강 이미지 출력이 안됩니다.
0
114
1
강의를 들을 때 타입스크립트 지식이 필요한가요?
0
74
1
서버 Run 실행을 할수가 없습니다. 어떻게 해야 할까요?
0
123
3
한글로 할 일 등록시 리스트 업데이트가 되지않습니다.
0
88
2





