[FIX] 투표 선택지 이미지 R2 버킷 호스트 등록 (400 최적화 에러 수정) - #152
Conversation
vote-options 이미지가 프로필과 다른 R2 버킷(pub-1670751f...)에서 서빙되어 remotePatterns 미등록으로 400 INVALID_IMAGE_OPTIMIZE_REQUEST 발생하던 문제 수정 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
WalkthroughNext.js의 Changes원격 이미지 호스트 설정
Estimated code review effort: 1 (Trivial) | ~2 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 ESLint
ESLint install timed out. The project may have too many dependencies for the sandbox. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
문제
투표 선택지 이미지가 프로필과 다른 R2 버킷(
pub-1670751f…r2.dev)에서 서빙되는데,next.config.ts의remotePatterns에 미등록되어 next/image 최적화가 거부:400 · INVALID_IMAGE_OPTIMIZE_REQUEST수정
remotePatterns에 투표 선택지 이미지 버킷 호스트 추가 (next.config.ts 1파일)참고
🤖 Generated with Claude Code
Summary by CodeRabbit