(bug): Some Notices on the right sidebar don't navigate when clicked
Summary
The Apr 15, 2019
and May 23, 2019
notices don't navigate to their respective links when clicked on web. Right Click -> Open in new Tab redirects to minds.com
There are console errors complaining about a missing route (see attached log). It seems newsfeed/
is being appended to the routes which is causing the issue. Without newsfeed/
the links navigate correctly.
e.g.
newsfeed/minds/blog/minds-updates-april-19-964612904990425088
should be
minds/blog/minds-updates-april-19-964612904990425088
Steps to reproduce
Open minds.com on web, being logged in, click on the Apr 15, 2019
or May 23, 2019
notices.
Platform information
Chrome, Windows 10
What is the current bug behavior?
- If left click, nothing happens
- If middle click or open in new tab, a new tab with just
www.minds.com
is opened
What is the expected correct behavior?
The notices navigate to their intended links.
Relevant logs and/or screenshots
(full logs attached)
vendor.d43452a23cf8704685c0.js:1 Error: Uncaught (in promise): Error: Cannot match any routes. URL Segment: 'newsfeed/minds/blog/power-to-the-people-the-minds-jury-system-975486713993859072'
Error: Cannot match any routes. URL Segment: 'newsfeed/minds/blog/power-to-the-people-the-minds-jury-system-975486713993859072'
noticesbroken-www.minds.com-1570655033806.log
Possible fixes
Other notices seem to work so the individual URLs belonging to these specific notices may be the culprit.