inflearn logo
강의

Course

Instructor

Next.js with Spring Boot

Product Registration(1)

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

Resolved

134

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

알려주셔서 감사합니다

기본 브랜치의 이름이 master에요.

0

8

1

관리자 페이지 질문

0

8

1

plans 생성이 안됩니다.

0

12

2

더빙에 어떤 ai가 쓰였는지 궁금합니다.

0

12

0

보안 적용에 대한 강의가 있을까요?

0

6

1

Auto-memory 기능

0

14

1

64강 context 7 관련 질문

0

13

1

Auto-memory 기능

0

14

0

55강 7분56초

0

11

0

55강 git 초기화 관련 질문이요

0

11

1

안녕하세요 치킨 디도스 이벤트 보고 흉내내보려 들어왔습니다..

0

12

1

PROJECT_STRUCTURE.md 파일 공유좀 해주세요

0

18

2

노션 사용권한 불편합니다.

0

14

2

클로드 코드에 붙여넣기후 편집 관련 질문입니다!

0

17

1

cursor ai가 업데이트 되서 ui가 바뀌었는데 반영은 안될까요?

0

12

1

소셜정보 수정

0

75

2

Actions formData 질문.

0

55

1

revalidatePath('/product/catalog/1')

0

65

2

이미지 변환

0

86

2

todoPagingCP.tsx에서

0

64

1

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

0

119

1

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

0

76

1

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

0

130

3

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

0

93

2