After Deployment, Images not Rendering at all.
Unanswered
Donskoy posted this in #help-forum
DonskoyOP
After I deploy my site with Netlify, The images used in my app do not render in. I built and ran my app on a local server, it worked perfectly well. I can also access the images directly if I use the link and path to them directly. It just doesn't render the image. No errors or warnings during deployment, building or anywhere else in the entire process.
4 Replies
Rex
do you use react or Next?
you'd better inspect again file systems or paths.
open your dev tools. Go into network tab. Click on "img" (on top as filter), check the response. Either you know the solution then or you can share what you see then with us so we can provide you a solution
@Donskoy solved?