You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have read the console error message carefully (if applicable).
Description
The home page renders twice, one below the other. This happens only when I use the absolute path for example - https://docusaurus.io/index.html. The search and theme change button becomes unresponsive for the page rendered on top. This happens on the initial load only.
Environment name and version (e.g. Chrome 89, Node.js 16.4): 18.13.0
Operating system and version (e.g. Ubuntu 20.04.2 LTS): Windows 10
Self-service
I'd be willing to fix this bug myself.
The text was updated successfully, but these errors were encountered:
akhlesh
added
bug
An error in the Docusaurus core causing instability or issues with its execution
status: needs triage
This issue has not been triaged by maintainers
labels
Apr 18, 2024
Thanks, this has been reported multiple times before and is not really a bug because the page should not be accessed through that URL but through its canonical variant, and your host can be configured to do a server redirect.
However this has been reported quite often in the past and I agree it's confusing and we should try to fix it:
Have you read the Contributing Guidelines on issues?
Prerequisites
npm run clear
oryarn clear
command.rm -rf node_modules yarn.lock package-lock.json
and re-installing packages.Description
The home page renders twice, one below the other. This happens only when I use the absolute path for example - https://docusaurus.io/index.html. The search and theme change button becomes unresponsive for the page rendered on top. This happens on the initial load only.
Reproducible demo
No response
Steps to reproduce
Check this URL - https://docusaurus.io/index.html
Expected behavior
The home page should render the content once.
Actual behavior
The home page renders content twice.
Your environment
Self-service
The text was updated successfully, but these errors were encountered: