forem icon indicating copy to clipboard operation
forem copied to clipboard

Client-side router does not correctly update RSS link in <head> on navigation

Open simevidas opened this issue 2 years ago • 1 comments

Describe the bug

The <link rel="alternate" type="application/rss+xml"> element in <head> is not correctly updated when the user navigates the website https://dev.to/.

To Reproduce

  1. Open https://dev.to/dashboard
  2. Using the browser’s devtools, observe that there is no <link rel="alternate"> element in <head>
  3. Click one of the Followers/Following… tabs in the side bar and then click any user to open their user profile page
  4. Observe that there is still no <link rel="alternate"> element in <head>
  5. Click the browser’s reload button to reload the page (this reboots the web app)
  6. Observe that there now is a <link rel="alternate"> element in <head> that points to that user’s RSS feed

Expected behavior

In step 4, the user’s RSS feed <link> should already be present in <head>. The site’s client-side router should add it during the navigation.

Desktop (please complete the following information):

  • OS, version: macOS 12.4
  • Browser, version: Firefox 104

simevidas avatar Jul 25 '22 01:07 simevidas

Thanks for the issue, we will take it into consideration! Our team of engineers is busy working on many types of features, please give us time to get back to you.

Feature requests that require more discussion may be closed. Read more about our feature request process on forem.dev.

To our amazing contributors: issues labeled bug are always up for grabs, but for feature requests, please wait until we add a ready for dev before starting to work on it.

To claim an issue to work on, please leave a comment. If you've claimed the issue and need help, please ping @forem-team. The OSS Community Manager or the engineers on OSS rotation will follow up.

For full info on how to contribute, please check out our contributors guide.

github-actions[bot] avatar Jul 25 '22 01:07 github-actions[bot]