next/image hostname not configured in next.config.js
Deterministic patch indexed for AI coding agents (Cursor, Claude Code, Cline, Windsurf, OpenDevin).
Root Cause: Whitelist image domains under remotePatterns.
nextjs fix --latest
Deterministic patch indexed for AI coding agents (Cursor, Claude Code, Cline, Windsurf, OpenDevin).
+ images: { remotePatterns: [{ protocol: 'https', hostname: 'cdn.example.com' }] }
curl -X POST https://agentnow.in/api/v1/query \
-H "Content-Type: application/json" \
-d '{"error": "next/image hostname not configured in next.config.js"}'