I have a Power App that loads dynamic images from a web server on a local network.
This worked great until an update to Google Chrome and Microsoft Edge, after which the images no longer load.
The network tab on the developer tools shows the following error for the image network request: "Cross-Origin Resource Sharing error: LocalNetworkAccessPermissionDenied"
The site doesn't request permissions to access local network resources, and when I manually allow it in the site's settings, it still doesn't work.
Disabling this flag in chrome will make the images load again, however this is not a suitable solution I can provide to the app's users.
chrome://flags/#local-network-access-check
The images will still load if using Firefox, and on the desktop and mobile power apps application,