-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Closed
Labels
status: needs triageThis issue needs to triage, applied to new issuesThis issue needs to triage, applied to new issuestype: bug
Description
Describe the bug
In case of no version field in the config, the whole app never loads on Windows. According to the docs this field can be set to None in which case it should default to whatever is present in package.json
Reproduction
Run npm create tauri-app@latest --alpha.
Remove version: "0.0.0" from tauri.conf.json (and the preceeding comma)
Run tauri dev
Expected behavior
No response
Platform and versions
[✔] Environment
- OS: Windows 10.0.20348 X64
✔ WebView2: 118.0.2088.76
✔ MSVC: Visual Studio Community 2022
✔ rustc: 1.72.0 (5680fa18f 2023-08-23)
✔ cargo: 1.72.0 (103a7ff2e 2023-08-15)
✔ rustup: 1.26.0 (5af9b9484 2023-04-05)
✔ Rust toolchain: stable-x86_64-pc-windows-msvc (default)
- node: 18.13.0
- yarn: 1.22.19
- npm: 8.19.3
[-] Packages
- tauri [RUST]: 2.0.0-alpha.17
- tauri-build [RUST]: 2.0.0-alpha.11
- wry [RUST]: 0.34.2
- tao [RUST]: 0.23.0
- @tauri-apps/api [NPM]: 2.0.0-alpha.11
- @tauri-apps/cli [NPM]: 2.0.0-alpha.17
[-] App
- build-type: bundle
- CSP: unset
- distDir: ../dist
- devPath: http://localhost:1420/
- bundler: Vite
Stack trace
No response
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
status: needs triageThis issue needs to triage, applied to new issuesThis issue needs to triage, applied to new issuestype: bug