NextJS images not showing.

Hi, everyone I just went through the tutorial and deployed my project but the images don't show up and in log this is showing up GET /_next/image 404 Not Found (2ms) . Doesn anyone know why its happening and is there any solution ?
2 Replies
TK
TK4d ago
Did you follow this guide on OpenNext images on Cloudflare? https://opennext.js.org/cloudflare/howtos/image
Image - OpenNext
Open-source Next.js adapters
ArticBlade
ArticBladeOP4d ago
@TK The thing is I don't want to use cloudflare Images as I already optimize my images. I have added to next.config.ts but it still doesnt seem to be working. images: { unoptimized: true, }

Did you find this page helpful?