GG FACTORYGG FACTORY
Discord
태그 목록

#next.js bodySizeLimit

총 1개의 글

함께 자주 언급되는 태그#Next.js Server Action#Next.js 13 API Routes#Nextjs 413 Payload Too Large
기술#next.js bodySizeLimit#Next.js Server Action#Next.js 13 API Routes

Next.js Server Action 큰 용량 이미지 업로드하기 (413 Payload Too Large)

Next.js로 웹 애플리케이션을 개발하다 보면, 대용량 이미지를 업로드해야 하는 상황이 종종 생깁니다. 그러나 기본 설정 그대로라면 용량 제한(body size limit)에 걸려 업로드가 실패할 수 있습니다. 문제를 어떻게 해결하는지, Next.js 13+ 버전에서...

2025년 1월 12일1326