Hey guys , i've buiding one kmp app for all platform its works fine in all expect web , I used js for web , I was using compose image loader to load images from network . It is showing error in console
Access to fetch at '
https://apod.nasa.gov/apod/image/2405/NGC2169LRGBQHY183HR_c1024.jpg▾
' from origin '
http://localhost:8080' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.
This error is there only for web platform. can anyone help?