강의 자료 수정 요청 - 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
aws 관련 질문드립니다.
1
12
3
데스크탑 앱 작업물 클로드코드 이관
0
12
0
/docs/guide/* 가 어떻게 동작하는 지 궁금합니다.
0
17
1
레퍼런스 사이트를 참고하여 메인페이지 초안만들기 (2:04) 여기에서 막혔어요.
0
14
2
spring ai에서 RAG ETL 파이프라인 성능 최적화에 대해 질문이 있습니다!
1
21
1
plan task 사용
0
22
1
노션프로젝트 실제 구현
0
21
0
MSA 와 BFF 아키텍처 설명 부분에 대한 문의
0
20
0
mcp.json와 .env 환경변수 주입 질문
0
27
0
[4. props를 통한 데이터 전달_해결문제 ]의 수업자료 어디있나요?
0
16
1
강사님 질문 있어요.
0
22
2
"enableAllProjectMcpServers": true 추가를 실패했습니다 대안으로 아래와 같이 넣어도 될까요
0
27
1
커서에서 >install 'cursor'가 없습니다!
0
39
2
[7/1 업데이트 내역 공유] /agents 명령어 remove
0
50
1
vscode 클로드코드 에서 스크린샷 복붙(첨부)가 안됩니다.
0
32
1
소셜정보 수정
0
80
2
Actions formData 질문.
0
61
1
revalidatePath('/product/catalog/1')
0
69
2
이미지 변환
0
95
2
todoPagingCP.tsx에서
0
69
1
21강 이미지 출력이 안됩니다.
0
124
1
강의를 들을 때 타입스크립트 지식이 필요한가요?
0
81
1
서버 Run 실행을 할수가 없습니다. 어떻게 해야 할까요?
0
137
3
한글로 할 일 등록시 리스트 업데이트가 되지않습니다.
0
96
2





