We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This error occurs when we try to use an image from the URL https://lh3.googleusercontent.com.
The image should be rendered without any errors if the hostname is correctly configured in the next.config.js file.
An error is thrown indicating that the hostname "lh3.googleusercontent.com" is not configured under images in next.config.js.
The text was updated successfully, but these errors were encountered:
@Riya267 you can close this issue as your PR has been already merged
Sorry, something went wrong.
yup closing
Successfully merging a pull request may close this issue.
Description: Encountering an issue with the next/image component in my Next.js project. The error message is:
This error occurs when we try to use an image from the URL https://lh3.googleusercontent.com.
Expected Behavior:
The image should be rendered without any errors if the hostname is correctly configured in the next.config.js file.
Actual Behavior:
An error is thrown indicating that the hostname "lh3.googleusercontent.com" is not configured under images in next.config.js.
The text was updated successfully, but these errors were encountered: