Shopify / lighthouse-ci-action

MIT License
100 stars 50 forks source link

Sample Data Changed? #69

Closed drobinson closed 1 year ago

drobinson commented 1 year ago

Looks like one of the collections that is checked during the action is 404ing - did the test data change?

Relevant output:

"lighthouseVersion": "8.0.0", "fetchTime": "2023-07-10T21:33:18.041Z", "requestedUrl": "https://xxx-lighthouse.myshopify.com/products/amazing-aluminum-bag-collection1?preview_theme_id=154[60](https://github.com/xxx/shopify/actions/runs/5513218707/jobs/10051062582?pr=94#step:4:61)3487540&_fd=0&pb=0", "finalUrl": "https://xxx-lighthouse.myshopify.com/products/amazing-aluminum-bag-collection1?preview_theme_id=154603487540&_fd=0&pb=0", "runWarnings": [ "The page may not be loading as expected because your test URL (https://xxx-lighthouse.myshopify.com/products/amazing-aluminum-bag-collection1?preview_theme_id=154603487540&_fd=0&pb=0) was redirected to https://xxx-lighthouse.myshopify.com/products/amazing-aluminum-bag-collection1?_fd=0&pb=0. Try testing the second URL directly.", "Lighthouse was unable to reliably load the page you requested. Make sure you are testing the correct URL and that the server is properly responding to all requests. (Status code: 404)" ], "runtimeError": { "code": "ERRORED_DOCUMENT_REQUEST", "message": "Lighthouse was unable to reliably load the page you requested. Make sure you are testing the correct URL and that the server is properly responding to all requests. (Status code: 404)" },

drobinson commented 1 year ago

Looks like I have a similar issue to this: https://github.com/Shopify/lighthouse-ci-action/issues/47#issuecomment-1549876451