inflearn logo
강의

Course

Instructor

Next.js with Spring Boot

Product Registration(1)

강의 자료 수정 요청 - Next.js 16 버전의 파일 업로드 사이즈 제한 설정

Resolved

106

not

10 asked

0

Next 최신 버전으로 수업 듣고 있습니다.

 

image.png

강의 자료에 이 파일이 들어가있는데 오히려 이 설정을 적용하면 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

Answer 1

0

zk202308a5410

알려주셔서 감사합니다

클로드코드 유료플랜 할인 방법이 있을까요?

0

4

0

API Error : 400 에러의 원인과 해결방법이 궁금합니다!!

0

15

2

퍼미션 권한 설정 문의

0

16

2

패키지 구분에 대해 궁금한게 있습니다

0

7

1

Next.js + Tanstack Query BFF 구조 질문

0

9

1

커서에서 shift+enter가 안됩니다.

0

17

2

mcp 설치를 못하겠어요

0

26

2

라이브러리 관련 질문 있습니다!

0

20

2

노션 학습 자료 권한 요청

0

13

1

output-styles은 Claude Code의 공식 기능이 아니라고 하는데 혹시 변경된걸까요?

0

19

2

클로드 변경

0

23

2

/config 에서 output-style 을 변경

0

22

1

한국어 문제

0

24

2

part2강의 문의사항입니다.

0

17

2

3강 질문

0

15

1

소셜정보 수정

0

65

2

Actions formData 질문.

0

45

1

revalidatePath('/product/catalog/1')

0

61

2

이미지 변환

0

75

2

todoPagingCP.tsx에서

0

56

1

21강 이미지 출력이 안됩니다.

0

106

1

강의를 들을 때 타입스크립트 지식이 필요한가요?

0

71

1

서버 Run 실행을 할수가 없습니다. 어떻게 해야 할까요?

0

121

3

한글로 할 일 등록시 리스트 업데이트가 되지않습니다.

0

84

2