Build stuck at receiving build, terminal log stuck at "[percy:core] Processing 2 snapshots..." #477
-
Hi there! This may be related to #476, but I thought I'd open my own discussion in case it's not. I'm using the Percy Snapshot cli to generate screenshots from a list of 249 urls on one of our testing environments. When I ran this with 35 urls on a different set of sites, I didn't have any problems and everything worked great. For this list, I ran The long and short of it being I've tried this list 3 times, and each time, it gets stuck on |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hey @ashleykolodziej! Thanks for reporting this -- we dug in and started working on a fix Friday. I was hoping to have it out by like noon today but it turns out this issue is a bit more involved. Basically, when we capture the DOM, we serialize iframes (if possible). When we take that serialized DOM and run asset discovery over it, it hangs because the of iframe CORS requests (we get one response and the rest are forever inflight). That's the gist of it, at least :p Anyways, this should be fixed by mid-week. Super big thanks for the logs! That was really helpful for us to crack this one open 😃 I created an issue to track too: #485 |
Beta Was this translation helpful? Give feedback.
Hey @ashleykolodziej! Thanks for reporting this -- we dug in and started working on a fix Friday. I was hoping to have it out by like noon today but it turns out this issue is a bit more involved. Basically, when we capture the DOM, we serialize iframes (if possible). When we take that serialized DOM and run asset discovery over it, it hangs because the of iframe CORS requests (we get one response and the rest are forever inflight). That's the gist of it, at least :p
Anyways, this should be fixed by mid-week. Super big thanks for the logs! That was really helpful for us to crack this one open 😃 I created an issue to track too: #485