question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

v2.9.0 fails to trace on any site with a redirect

See original GitHub issue

For 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:closed
  • Created 6 years ago
  • Reactions:3
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
patrickhulcecommented, Apr 23, 2018

@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 😃

0reactions
markgoho-EDTcommented, Apr 22, 2018

I’m currently experiencing this same issue with an SSO redirect. Should I open a new issue?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found