Image loading on desktop but not on mobile

Hello

So I had a problem where images won’t load on both desktop and mobile, I checked the console and it was giving an error for cross-over-policy something, I fixed it on desktop by adding this line

app.use(
  helmet({
    crossOriginEmbedderPolicy: false,
  })
);

But for mobile it’s the same issue, images from style.css or from the file itself won’t load
I’m using node.js and express

If you know any solution please write it, I wasted a whole day figuring it out but still noting.

so no one knows???

Be patient, someone who knows the problem will help you. But you might want to put your project editing link, so they can view the code and advise you according to it.

1 Like

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.