Next.js Discord

Discord Forum

Displaying images without having to add the host name

Unanswered
Caribbean Elaenia posted this in #help-forum
Open in Discord
Caribbean ElaeniaOP
I’ve recently moved my quiz application to NextJS. When it came to displaying images from the web, I’ve gotten the invalid src props error. I wonder if there’s a workaround to this because the database with the questions is way to large for me.

6 Replies

@@ts-ignore https://nextjs.org/docs/app/api-reference/components/image#remotepatterns
Caribbean ElaeniaOP
What would be the cons of not using next/image?
@Caribbean Elaenia What would be the cons of not using next/image?
@@ts-ignore Click to see attachment
Caribbean ElaeniaOP
Alright