Page is not found if the page folder name begins with capital letter #8017
Labels
closed: question
This issue is a user error/misunderstanding.
external
This issue is caused by an external dependency and not Docusaurus.
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 page is not found and 404 returned to get request when the page folder name starts with capital letter. E.g.
/src/pages/Support/
but not as it supposed to be according the documentation/src/pages/support/
.**Note! ** I could not reproduce the error locally and only noticed after e.g. deploying to github pages.
Reproducible demo
No response
Steps to reproduce
src/pages/Support/index.js
.Expected behavior
Page with its css properties loads
Actual behavior
One notice a short of time 'Page not found' page but then support page loads but with a wrong css properties. In Browser devtool the get request for url /support gets 404
Your environment
Self-service
The text was updated successfully, but these errors were encountered: