microsoft / powerbi-client-react

Power BI for React which provides components and services to enabling developers to easily embed Power BI reports into their applications.
MIT License
304 stars 96 forks source link

Infinite loop in embedded frame #119

Open JANA-itsaishvili opened 2 weeks ago

JANA-itsaishvili commented 2 weeks ago

We recently ran into an issue embedding PowerBI in our react app where the iframe goes into an infinite loop loading the PBI-logo.947f878993d21960993f.svg resource.

This request succeeds, but the iframe keeps requesting it indefinitely.

The only issue I can point to right now, is the subscribe endpoint is either cancelled or pending, and that could be triggering the internal state incorrectly: https://wabi-canada-central-redirect.analysis.windows.net/powerbi/refresh/subscribe

The initiator is https://content.powerapps.com/resource/powerbiwfe/scripts/reportembed.externals.bundle.min.f9dbf5939d5b80fe9297.js (the exact url is obviously not importat).

The gist of the issue is even if the fault is somewhere on our end, the package should not spin up an infinite loop. The package should either wait for the subscribe call to complete, or throw an error and return an error state. We currently have no, or minimal control as far as I'm aware, of mitigating this issue.

Here's two fragments of the network logs: image image

JANA-itsaishvili commented 2 weeks ago

update

Enabling cache in dev tools prevents the network requests, but this means you should still have an infinite render issue on the component level that is requesting the resource from the cache.

Also, it doesn't look like it's directly related to subscribe call because I saw it complete on our other environment, but the requests for the svg are still loop infinitely.

v-MadhavC commented 2 weeks ago

Thank you for reporting this issue. We will reproduce it in our environment and will update you on our findings within the next few weeks.