Please confirm that you have searched existing issues in the repo
Yes, I have searched the existing issues
Any related issues?
No response
Tell us about your environment
Windows 10
MarkBind version
6.0.0
Describe the bug and the steps to reproduce it
- Create a new project and install Markbind, as per Markbind Getting Started.
- Run
npm run init and npm run serve.
- Navigate to
http://127.0.0.1:8080/test (or any page that does not have a corresponding file)
- The page says
Cannot GET /test
Expected behavior
The page renders with a 404 message as indicated in 404.md:
-><p style="font-size: 10rem">404</p><-
-><p style="font-size: 1.5rem">File not found<br>Click <a href="/">here</a> to go back to the home page.</p><-
Anything else?
Currently, the Markbind website 404 page also does not work. Navigating to https://markbind.org/404.html shows a blank page. The error message in the console:
Hydration completed but contains mismatches.
Please confirm that you have searched existing issues in the repo
Yes, I have searched the existing issues
Any related issues?
No response
Tell us about your environment
Windows 10
MarkBind version
6.0.0
Describe the bug and the steps to reproduce it
npm run initandnpm run serve.http://127.0.0.1:8080/test(or any page that does not have a corresponding file)Cannot GET /testExpected behavior
The page renders with a 404 message as indicated in
404.md:Anything else?
Currently, the Markbind website 404 page also does not work. Navigating to https://markbind.org/404.html shows a blank page. The error message in the console: