Topic
Debugging
- August 18, 2026
Invalid src prop… hostname is not configured: It's One File, Not Two
The next/image "hostname is not configured" error means your remote host isn't in remotePatterns — not your CSP. Here's the real one-file fix and why.
- July 16, 2026
Why your GA4 events vanish on target="_blank" links — the beacon fix
GA4 click events fire but never arrive on outbound or new-tab links. The cause is page unload racing the request; the fix is transport_type 'beacon'.
- July 16, 2026
The Next.js "fs is not defined" error in client components, fixed
Why Next.js throws "Can't resolve 'fs'" when a client component imports server-only code — and the file-split that actually fixes it (not the webpack stub).