If a web browser starts loading the web page but it never finishes loading it, check if there is an iframe in the page. If there is, try testing the page after removing the iframe.
In the case I worked on, these were the symptoms of the issue:
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.
The best solution would be enforcing the setting cookieSameSite = None
in the PowerApps. 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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.