Next.js Discord

Discord Forum

Image component from "next/image" didn't fetch the local image

Unanswered
California Quail posted this in #help-forum
Open in Discord
California QuailOP
I imported image component from "next/image". But it doesn't fetch the local-stored image and I have to see the error like the following picture
What is the reason? If I use img HTML tag instead of Image component, it works. Nextjs is what I try to use.
I would be very thank you if somebody could help me

2 Replies

make sure its in the public folder
Mossyrose gall wasp
it happened to me too, its because of middleware that i used it for multilanguage app.