강의 자료 수정 요청 - 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
회원가입 구현 (구현 후 최종 화면 출력 X)
0
3
1
tsakmaster api키
0
12
0
terminal-setup을 해도 shift+Enter 키로 줄바꿈이 되지 않아요.
0
13
1
ll- al 명령어 관련 문의
0
22
1
cursor ui 변경 문의
0
19
1
설정 정보 없이 임베디드 데이터베이스 생성
0
10
1
상태 표시줄 설치 오류
0
25
1
@Version 어노테이션이 붙은 필드는 낙관적 락이든 비관적 락이든 업데이트가 됩니다.
0
13
1
형 이번에 낸 책이랑 강의 내용에 차이가 있어?
1
25
1
형 나 몰래 책내면 모를 줄 알고?
1
23
0
API 400알람 관련문의
0
27
2
OrderServiceTest 상문주문 테스트 시 update 쿼리 문의
0
18
1
사이트가 너무 달라요
0
56
2
next.js 설치
0
25
1
미션 제출하는 곳
0
24
1
소셜정보 수정
0
65
2
Actions formData 질문.
0
46
1
revalidatePath('/product/catalog/1')
0
62
2
이미지 변환
0
75
2
todoPagingCP.tsx에서
0
57
1
21강 이미지 출력이 안됩니다.
0
110
1
강의를 들을 때 타입스크립트 지식이 필요한가요?
0
73
1
서버 Run 실행을 할수가 없습니다. 어떻게 해야 할까요?
0
122
3
한글로 할 일 등록시 리스트 업데이트가 되지않습니다.
0
86
2

