We have a web application embedded in an iframe inside a portal, and we're in the progress of changing the domain for the portal. When we test with the new domain, the portal works well in Firefox, but it does not load for Chrome.
One thing I notice in the console is that in both browser, there is a failed API call because of CORS. However, in Firefox, it logs TypeError: NetworkError when attempting to fetch resource. in Chrome: TypeError: Failed to fetch.
I wonder if this CORS Failed to fetch error could potentially break the application inside iframe in Chrome but not in Firefox? And why is that.