v2.9.0 fails to trace on any site with a redirect
See original GitHub issueFor example lighthouse https://www.google.com
in Canada, all performance metrics have the error Something went wrong with recording the trace over your page load. Please run Lighthouse again. (NO_TRACING_STARTED)
Downgrading to v2.8.0 fixes the issue
In my case, it is cumbersome to avoid the initial redirect, as I’m profiling changes to a shopify theme – their mechanism for previewing themes other than the current live one is you pass a query param with the id of the theme and they set a cookie and redirect, and serve subsequent requests from the theme id stored in the cookie.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:3
- Comments:5 (2 by maintainers)
Top Results From Across the Web
How to Easily Find And Fix Redirect Loops Error in WordPress?
If the webpages served to the users keep redirecting back and forth, technically in a redirect loop, then eventually your visitors would ...
Read more >How to Fix The ERR_TOO_MANY_REDIRECTS Error - Kinsta
This error happens when the browser can't establish a connection between the initial page and the destination page in a redirect. The main...
Read more >Solving Redirection Issues Using Rank Math SEO Plugin
To solve this problem, open the redirects and see if you could find any redirects that have the same source and destination URLs....
Read more >Why Does My Website Have a Redirect Loop? - WebFX
Redirect errors are a common but frustrating issue when browsing online. Here's how to fix them.
Read more >Redirects from aliased paths aren't triggered - Drupal
When I create a new redirect from /node/1 to /node/2 it works fine but when I use path alias e.g. /foo to /node/2...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@markgoho-EDT if you’re experiencing this on 2.9.1 or later, yes please file a new issue with repro steps as it’s a different root cause 😃
I’m currently experiencing this same issue with an SSO redirect. Should I open a new issue?