Encountered cross-domain problems when accessing static resources across containers

As shown in figure,The error message tells me that this is a cross-domain restriction. How do I resolve it。

Or is it just that this doesn’t support it?

This document on CORB says:

For example, it will block a cross-origin text/html response requested from a script or img tag, replacing it with an empty response instead.

https://www.chromium.org/Home/chromium-security/corb-for-developers

This appears to be the case in your screenshot, where a PNG is being served with the wrong mime type.