Vitejs + React + Tauri app is broken after building #6801
-
Hello I am building a tauri app with reactjs (Source Code: https://github.com/prayag17/JellyPlayer) and it runs perfectly fine when I run the app with |
Beta Was this translation helpful? Give feedback.
Answered by
FabianLars
Apr 26, 2023
Replies: 1 comment 6 replies
-
Did you already try a debug build? You can do so by running These builds will have devtools enabled so you can check its console for errors. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think i found the issue/solution, in case it helps i'll add all the steps i took:
prop-types
and@tauri-apps/api
so that it was able to build in the first placenpm run tauri build -- --debug
because i didn't want to wait for a release buildError