강의 자료 수정 요청 - 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
작업내용 보기 Ctrl+R
0
7
1
임포트 오류
0
3
1
agent model 질문
0
10
1
[MISSION 3] 질문입니다.
0
14
1
🔥[MISSION 7] 프로필 웹 Github 링크 제출하기🔥질문
0
14
1
에이전트 팀 문의
0
21
1
클로드 코드 설치 후 아이콘
0
16
0
입력란 위치 조정 가능 여부
0
16
1
이제 인프런에서 강의 더 안산다. 후져....
0
19
0
fatal: not in a git directory
0
19
1
vercel new project 에 노출되지 않으면 어떻게 해야 할까요?
0
30
1
소스코드 어디서 다운받아요?
0
31
5
동영상 끊김 ( 섹션 2 )
0
25
2
14강은 언제 올라올까요??
0
29
2
supabase 다른 프로젝트 적용 관련 질문드려요.
0
31
1
소셜정보 수정
0
72
2
Actions formData 질문.
0
53
1
revalidatePath('/product/catalog/1')
0
63
2
이미지 변환
0
85
2
todoPagingCP.tsx에서
0
62
1
21강 이미지 출력이 안됩니다.
0
117
1
강의를 들을 때 타입스크립트 지식이 필요한가요?
0
76
1
서버 Run 실행을 할수가 없습니다. 어떻게 해야 할까요?
0
128
3
한글로 할 일 등록시 리스트 업데이트가 되지않습니다.
0
91
2

