Skip to content
Discussion options

You must be logged in to vote

Hi, I had the same problem after migrating from Next 15.5.3 to Next 16.0.3. I also use Strapi on the backend.
Try adding this line in next.config.ts - it solved my problem:

images: {
    dangerouslyAllowLocalIP: true,
}

But i think this setting should only be enabled in development mode, as it may cause security issues in production.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by sdole
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants