Plotly in AKS embedded in Angular with Iframe

These weeks we are having problems with the integration of dashboards made in Plotly and our Angular application. They both are hosted in containers in my intranet with Kubernetes and the plotly application that is in an Iframe embedded in the Angular application. However, when the Iframe is called the Plotly modules are not loaded in the application. This brings only an infinity โ€œLoadingโ€ฆโ€

Someone has any idea whats could be happening?

I solved using the parameters at the dash constructor
routes_pathname_prefix = โ€˜/โ€™, requests_pathname_prefix = โ€˜/path-to-my-app/โ€™

the problem was my application was called inside another application at kubernetes, so we must to add this path to redirect the plotly requests.