-
-
Notifications
You must be signed in to change notification settings - Fork 75
Description
ReplayWeb.page Version
v2.3.16
What did you expect to happen? What happened instead?
https://xcelerator.siemens.com/global/en/industries/food-beverage.html
created the archive with browsertrix in docker but the file is too large to update
On the live website there it will load 17 requests from a graphql to get the page data, in the replayer it will only get the first 2 and then it does not even get to the point of looking up the data. the requests and responses are captured and available in the wacz + cdx

Step-by-step reproduction instructions
- navigate to https://xcelerator.siemens.com/global/en/industries/food-beverage.html
- scroll down and you see the information is missing

Additional details
first though was the TypeError: Cannot read properties of null (reading 'shadowRoot') but this also happens on the live website
When capturing with the browser plugin it works but then all POST requests are changed to GET in the warc file already
when blocking blob: and index.module.js there are no more errors related to replaying visible (those are only used for tracking on the website and give import errors)