access with .html ,the page is 404 #6431
Replies: 2 comments
-
how can i do it |
Beta Was this translation helpful? Give feedback.
-
I'm having the same or similar symptom with absolutely no helpful errors or fruitful google searches including searches for both open and closed issues in this project repository. On some pages ending in .html, I am reaching a blank page on my local dev server. It used to work only a few days ago, but something changed and looking through revision history, nothing stands out. The moment I change my router.js config to reflect URL without .html, it suddenly works. But this is strange because well, it only does it on pages with the following route pattern: NO LONGER WORKING: (did previously)
WORKING:
Again, this used to work. |
Beta Was this translation helpful? Give feedback.
-
react router path: 'home/index.html',
http://localhost:3000/autoui-wx-static/home/index.html 404
react router path: 'home/index',
http://localhost:3000/autoui-wx-static/home/index 200
Beta Was this translation helpful? Give feedback.
All reactions