Notice
Recent Posts
Recent Comments
Link
«   2025/07   »
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31
Archives
Today
Total
관리 메뉴

Studyyyyy

nextjs api 데이터 크기 설정 본문

Nextjs

nextjs api 데이터 크기 설정

manyYun 2024. 8. 29. 14:23

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로 지정해놨다