We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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",
The text was updated successfully, but these errors were encountered:
I have the same problem. Is there any update on this topic?
Sorry, something went wrong.
No branches or pull requests
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",
The text was updated successfully, but these errors were encountered: