Site icon port135.com

Web page with an iframe to a PowerApps URL keeps spinning

If a web browser starts loading the web page but it never finishes loading it, look for the resources being loaded and the debug errors in F12 Developer Tools.

If the page has an iframe, try testing the page after removing the iframe. If it works without the iframe, then look for further leads to narrow the issue down.

In the case I worked on, these were the symptoms of the issue:

Solution for the web page with an iframe to a PowerApps URL that keeps spinning

The root cause of this issue is the SameSite cookie changes. Chrome and Chrome based browsers had an update that changed how they interpret SameSite cookie. I wrote another post about this change and workarounds: Changes to the SameSite Cookie in KB4534271 and other updates

The best solution would be enforcing the setting cookieSameSite = None in the PowerApps (Try it yourself). However, there is no way of doing it at the time of this post. The only option left is that using the site through HTTPS all the time.

Exit mobile version