You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Images in the webpage disappear after web page is finished loading. In the chrome dev tools two requests are shown for each image with 200 and 304 status codes.
When investigating the issue it was identified that the second set of image requests belongs to the promptNoneIFrame. Skipping the app render if the window was an iframe seems to fix the issue from the web site side.
Describe the issue:
Images in the webpage disappear after web page is finished loading. In the chrome dev tools two requests are shown for each image with 200 and 304 status codes.
When investigating the issue it was identified that the second set of image requests belongs to the promptNoneIFrame. Skipping the app render if the window was an iframe seems to fix the issue from the web site side.
Expected behavior:
Related Issues:
Steps to reproduce:
Environment information (Please complete the following information; remove any unnecessary fields) :
The text was updated successfully, but these errors were encountered: