Production Build Image Diagnostics
Build Environment
⚠️ This is a diagnostic page for development/debugging only
- Is Production: No
- Test Time:
- User Agent: N/A
Image Loading Tests
Development Mode Notes
- 🔍 All images should be validated before display
- 📝 Error logging should be visible in console
- ⚠️ Failed images should show debug overlays
- 🔧 Check console for OptimizedImage warnings
Debugging Steps for Production Issues:
- Open browser DevTools Network tab
- Filter by "Img" to see image requests
- Look for 404 or other HTTP errors
- Check if images are being served from correct paths
- Verify static assets are properly included in build output
- Check if image optimization is working (look for /_next/image/ URLs)