-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Closed
Labels
scope: cliThe tauri-cli rust crate and @tauri-apps/cli npm packageThe tauri-cli rust crate and @tauri-apps/cli npm packagestatus: needs triageThis issue needs to triage, applied to new issuesThis issue needs to triage, applied to new issuestype: bug
Description
Describe the bug
error binding to 127.0.0.1:1430: error creating server listener:
If I replace devPath with an invalid string and then replace it with a valid string then there is no problem.

Reproduction
No response
Expected behavior
No response
Platform and versions
Environment
› OS: Windows 10.0.22621 X64
› Webview2: 111.0.1661.44
› MSVC:
- Visual Studio Community 2022
› Node.js: 18.15.0
› npm: 9.5.0
› pnpm: Not installed!
› yarn: Not installed!
› rustup: 1.25.2
› rustc: 1.68.0
› cargo: 1.68.0
› Rust toolchain: stable-x86_64-pc-windows-msvc
Packages
WARNING: no lock files found, defaulting to npm
› @tauri-apps/cli [NPM]: 1.2.3
› @tauri-apps/api [NPM]: Not installed!
› tauri [RUST]: 1.2.4,
› tauri-build [RUST]: 1.2.1,
› tao [RUST]: 0.15.8,
› wry [RUST]: 0.23.4,
App
› build-type: bundle
› CSP: unset
› distDir: ../src
› devPath: ../src
package.json not found
App directory structure
├─ .git
├─ .vscode
├─ pdf
├─ src
├─ src-tauri
└─ target
Stack trace
No response
Additional context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
scope: cliThe tauri-cli rust crate and @tauri-apps/cli npm packageThe tauri-cli rust crate and @tauri-apps/cli npm packagestatus: needs triageThis issue needs to triage, applied to new issuesThis issue needs to triage, applied to new issuestype: bug