After "npm run preview" I got a blank page. #92
Replies: 3 comments 5 replies
-
If it was built successfully and is loading the NotFound page I assume it's somethings with there router. Maybe it's because there is no base name so the router is failing to recognize the route names with export default defineConfig({
base: './',
plugins: [react()],
}) |
Beta Was this translation helpful? Give feedback.
-
I am adding some functional plugins on a Science study simple site that I have as a the project but still facing the same like you. Finding more solutions but no one is working for me. |
Beta Was this translation helpful? Give feedback.
-
You can check the further information here. |
Beta Was this translation helpful? Give feedback.
-
When I deploy dist to server,the page reads "looking for something you couldn't find?"
Beta Was this translation helpful? Give feedback.
All reactions