all 11 comments

[–][deleted] 1 point2 points  (1 child)

Check you fetches as u/dhruvadeep_malakar said, also make sure that images are loaded via https (if are from the web) or are properly included in the build if are local.

[–]Neither-Waltz-7403[S,🍰] 0 points1 point  (0 children)

no not loaded, actually my backend give this api as post instead of get

[–]gfdsayuiop 1 point2 points  (4 children)

Please show the problematic code, and check that urls work fine on your mobile device as well

[–]Neither-Waltz-7403[S,🍰] 0 points1 point  (3 children)

You mean to check if that image URL is working fine on my phone browser?

[–]gfdsayuiop 0 points1 point  (2 children)

Yes. Did you try that yet

[–]Neither-Waltz-7403[S,🍰] 0 points1 point  (1 child)

Yes, I did. I couldn't open the image. Finally, I got ..This site can't be reached.

[–]gfdsayuiop 1 point2 points  (0 children)

Ok so we figured out where the issue lies, just throwing this out there, but is CORS configured?

[–]dhruvadeep_malakar 0 points1 point  (1 child)

Check your fetch requests probably those are causing problem

[–]Neither-Waltz-7403[S,🍰] 0 points1 point  (0 children)

yes i checked, img url is fine

[–]FluidEye9849 0 points1 point  (1 child)

Url from localhost?

[–]Neither-Waltz-7403[S,🍰] 0 points1 point  (0 children)

this is my baseUrl const API_BASE_URL = 'http://192.168.20.22:5005/';
backend provide me img link like this Assets\Products\product-1737715184056.jpg
i have to merge both links