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: 2 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@goodnewsj62
Comment options

Answer selected by sdole
Comment options

You must be logged in to vote
2 replies
@sdole
Comment options

@goodnewsj62
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
4 participants