EmilTholin / svelte-routing

A declarative Svelte routing library with SSR support
MIT License
2.02k stars 178 forks source link

Page not show in electron application after build application (build using electron-builder) #297

Open batis97 opened 4 months ago

batis97 commented 4 months ago

Hello, I have a problem with routing, when I run the application in development mode (electron-vite dev) all the routes that I created run fine.

But when I build the application using electron-builder, routing to the next page only displays a blank page (using navigate).

Is there a solution to this problem?

Develeop with: "electron": "^27.3.10", "electron-vite": "^2.0.0", "svelte": "^4.2.9", "electron-builder": "^24.6.4",

DVDdisk7 commented 3 weeks ago

I have the same problem. Is there any update on this topic?