iframe-resizer icon indicating copy to clipboard operation
iframe-resizer copied to clipboard

Render Issues

Open richard-friend opened this issue 3 years ago • 1 comments

Describe the bug We are using the iframeresizer on Asda.com in the UK, everything has been working fine but as of a few weeks ago we have started to experience issues. On Asda the iframe doesn't load at all and just shows the loading circle (below the "More Product Information" bar).

The following error is in the console - bundle.wrapped-frame.7791c1c730d0b7ee260e.js:1 Failed to execute 'postMessage' on 'DOMWindow': The target origin provided ('https://1d81e75c4337a6e2e3c2-4a69748413de5fcbd7a7a944817c2356.ssl.cf1.rackcdn.com') does not match the recipient window's origin ('https://groceries.asda.com').n.resizeIframe @ bundle.wrapped-frame.7791c1c730d0b7ee260e.js:1

To Reproduce

Steps to reproduce the behavior on Asda:

  1. Go to 'https://groceries.asda.com/product/aa-batteries/duracell-optimum-aa-batteries-pack-of-8/1000300941083?&cmpid=ppc--ghs----google---_-dskwid-s92700059046120718_dm&s_kwcid=AL!11432!3!482369556466!!!g!1038711451830!&ds_rl=1254319&gclid=EAIaIQobChMI-MCV79ez9wIVDpntCh0V3w6AEAQYASABEgL4E_D_BwE&gclsrc=aw.ds'
  2. Scroll down to 'below the "More Product Information" bar'
  3. See error - You will see a loading spinner and nothing else

Expected behavior When the page listed above loads, the user should have the conetnt from https://1d81e75c4337a6e2e3c2-4a69748413de5fcbd7a7a944817c2356.ssl.cf1.rackcdn.com/4381936_featureset_skuninja/index-1637837893.html displayed the More product info bar

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone (please complete the following information):

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context Add any other context about the problem here.

richard-friend avatar Apr 27 '22 09:04 richard-friend

This looks like the iframe is being redirected, maybe by a CDN. Have you tried disabling the checkOrigin option?

https://github.com/davidjbradshaw/iframe-resizer/blob/master/docs/parent_page/options.md#checkorigin

davidjbradshaw avatar May 11 '22 08:05 davidjbradshaw