Tauri does not load the frontend, neither in development nor in build mode. I use Vite + Svelte #13372
Unanswered
Sashunia624
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Let's start with the basics, please show the output of the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Tauri does not load the frontend, neither in development nor in build mode. I use Vite + Svelte. Everything worked before, but I decided to create a new project, using the old one as a base, and completely rewrite all the code improving it. When the program starts, it performs the necessary logic (the code is written in such a way that, when starting, if the file does not exist, it is created, and it does get created in the program folder). The window appears, but it remains empty, and the system shows that the program is not responding. I don't understand what the exact problem is and how to fix it.
Beta Was this translation helpful? Give feedback.
All reactions