After the most recent production deploy, we've started seeing links on the site fail to work. When we click one of these links, nothing happens and we see a console error: Error: Loading initial props cancelled, and what seems to be an infinite loop of GET requests. So far, it looks like this is happening with all links to a Testimony detail page. I can't seem to reproduce the bug in local development, though we see it in both the deployed dev and production environments.
Places we've seen this happen:
The Bill Page when clicking the More Details link for a given Testimony.
The List Testimonies page when trying to click on a specific Testimony.
Interestingly, if you right click and open the page in a new tab, the link loads correctly in that tab.
To add one more spot this bug manifests: on the homepage, in the "what people are saying..." boxes (see screenshot below). Seems pretty clear that any link to a "detailed testimony" page is having this issue.
Problem
After the most recent production deploy, we've started seeing links on the site fail to work. When we click one of these links, nothing happens and we see a console error:
Error: Loading initial props cancelled
, and what seems to be an infinite loop of GET requests. So far, it looks like this is happening with all links to a Testimony detail page. I can't seem to reproduce the bug in local development, though we see it in both the deployed dev and production environments.Places we've seen this happen:
More Details
link for a given Testimony.Interestingly, if you right click and open the page in a new tab, the link loads correctly in that tab.
Repro Steps
More Details
on a Testimony in the Testimonies sectionAlternatively:
Success Criteria
More Details
link should correctly open the Testimony page instead of doing nothing.@mvictor55