PLEASE help us help you by writing a good post!
this is my deploy website URL: https://alrehmanai.netlify.app/
my hero section image and about section images are not showing while the images which i displayed in project are shown correctly. these are the URL of those images which are not shown.
1: https://alrehmanai.netlify.app/_ipx/w_384,q_75/%2Fimages%2Fhero-image.png?url=%2Fimages%2Fhero-image.png&w=384&q=75
2: https://alrehmanai.netlify.app/_ipx/w_640,q_75/%2Fimages%2Fabout-image.jpg?url=%2Fimages%2Fabout-image.jpg&w=640&q=75
this problem occurs today before that every thing was working fine.
please help me what will be the issue.
Regards
dig
April 24, 2024, 6:58am
2
malik991:
1: https://alrehmanai.netlify.app/_ipx/w_384,q_75/%2Fimages%2Fhero-image.png?url=%2Fimages%2Fhero-image.png&w=384&q=75
2: https://alrehmanai.netlify.app/_ipx/w_640,q_75/%2Fimages%2Fabout-image.jpg?url=%2Fimages%2Fabout-image.jpg&w=640&q=75
In both cases it is something to do with the width (w
) parameter as when I remove it, the image loads fine, e.g.
https://alrehmanai.netlify.app/_ipx/w_640,q_75/%2Fimages%2Fabout-image.jpg?url=%2Fimages%2Fabout-image.jpg&q=75
the above image already loaded as blurr … however on local it is working fine. and if you remove the “w” in first picture URL. it is not shown
dig
April 24, 2024, 7:19am
4
malik991:
it is not shown
It was working. Now it is not.
Image loads fine when accessed directly https://alrehmanai.netlify.app/images/about-image.jpg
.
Everything works perfectly locally, especially when running in development mode.
Edit: Seems to alternative between working and not working on each refresh.
that’s why i am asking what will be the solution ?
dig
April 24, 2024, 7:35am
6
I have no idea. I don’t use Next.
Hi there, I think this was associated with an incident we had yesterday regarding Next, but it has since been resolved. I even see your images live again! Let us know if you continue to have any issues.
1 Like
thank you so much now it is resolved.