Back to Next Js

Missing `loader` Prop on `next/image`

errors/next-image-missing-loader.mdx

16.2.5741 B
Original Source

Why This Error Occurred

When using the next/image component with loader="custom" in next.config.js, you must provide the loader prop to the component with your custom implementation.

Possible Ways to Fix It

  • Add the loader prop to all usages of the next/image component.
  • Change the loader configuration in next.config.js.