Closed
Description
Hi, I'm having navigation issues when I directly go into a section of the wiki. So far, I'm seeing that it happens when accessing the mirrors section, but I didn't check whether it happens with other sections.
Steps to reproduce:
- Open a new tab and go into https://wiki.almalinux.org/Mirrors.html
- Try to move to another section of the wiki using the navigation menu
Expected result:
The browser takes me to the section of the wiki I clicked on the menu
Actual result:
Although the address bar gets updated, I remain in the mirrors section
In Chrome's dev/inspect panel I can see the following error in the console:
app.2f3c144b.js:12 DOMException: Failed to execute 'appendChild' on 'Node': This node type does not support this method.
at Object.appendChild (https://wiki.almalinux.org/assets/js/app.2f3c144b.js:12:47748)
at d (https://wiki.almalinux.org/assets/js/app.2f3c144b.js:12:60503)
at u (https://wiki.almalinux.org/assets/js/app.2f3c144b.js:12:60240)
at h (https://wiki.almalinux.org/assets/js/app.2f3c144b.js:12:60589)
at C (https://wiki.almalinux.org/assets/js/app.2f3c144b.js:12:63927)
at C (https://wiki.almalinux.org/assets/js/app.2f3c144b.js:12:63862)
at C (https://wiki.almalinux.org/assets/js/app.2f3c144b.js:12:63862)
at C (https://wiki.almalinux.org/assets/js/app.2f3c144b.js:12:63862)
at C (https://wiki.almalinux.org/assets/js/app.2f3c144b.js:12:63862)
at C (https://wiki.almalinux.org/assets/js/app.2f3c144b.js:12:63862)
I guess that there's something inside the mirror section that bothers Vuepress, see the following related issue