forem
forem copied to clipboard
Client-side router does not correctly update RSS link in <head> on navigation
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
- Open https://dev.to/dashboard
- Using the browser’s devtools, observe that there is no
<link rel="alternate">
element in<head>
- Click one of the Followers/Following… tabs in the side bar and then click any user to open their user profile page
- Observe that there is still no
<link rel="alternate">
element in<head>
- Click the browser’s reload button to reload the page (this reboots the web app)
- 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
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.