Docs: Unnecessary fiels that causes error on next/image
Un-configured Host
#74188
Labels
Documentation
Related to Next.js' official documentation.
Is this happening on only because I'm on nextjs 14?
When trying to get image from outside source I'm facing this issue :
Error: Invalid src prop (https://image-link) on
next/image
, hostname "imge-link" is not configured under images in yournext.config.js
What is the documentation issue?
This was in the page Documentation page.
But in
remotePatterns
thesearch
andport
doesn't exist. If i remove this two then the error is gone!Is there any context that might help us understand?
When trying to get image from outside source I'm facing this issue :
Error: Invalid src prop (https://image-link) on
next/image
, hostname "imge-link" is not configured under images in yournext.config.js
See more info: https://nextjs.org/docs/messages/next-image-unconfigured-host
Does the docs page already exist? Please link to it.
https://nextjs.org/docs/messages/next-image-unconfigured-host
The text was updated successfully, but these errors were encountered: