Studyyyyy
nextjs api 데이터 크기 설정 본문
https://stackoverflow.com/questions/68574254/body-exceeded-1mb-limit-error-in-next-js-api-route
Body exceeded 1mb limit error in Next.js API route
If I use FormData on Next.js to upload image to server I always get this error. I tried a lot but I didn't fix this. My code: const changeValue = (e) => { if (e.target.name === "avatar"...
stackoverflow.com
아마 이미지를 업로드되게끔 해야하는데 자꾸 용량 관련 에러가 떴던걸로 기억한다.
보면 기본 1mb로 설정이 돼있어 그걸 늘려줘야하는듯.. 찾아보니까 나는 10mb로 지정해놨다
'Nextjs' 카테고리의 다른 글
nextjs useState를 사용한 윈도우 창 크기 감지 방법 (0) | 2024.09.02 |
---|---|
nextjs 13에서 다국어 지원하기 - next-intl (0) | 2024.09.02 |
nextjs 배포시 mongodb 업데이트 오류 (0) | 2024.09.02 |
next js 내부 동영상 불러오기 (0) | 2024.08.29 |
nextjs - 이메일 전송 폼 만들기 (nodemailer) (0) | 2024.08.29 |