-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Closed
Labels
platform: Linuxstatus: needs triageThis issue needs to triage, applied to new issuesThis issue needs to triage, applied to new issuestype: bug
Description
Describe the bug
I saw two other issues that look similar, but in my case it actually triggers a javascript error too so I thought it might be better to open a new ticket to make sure I'm not messing up the others. Happy to change that if better.
Right after starting the app on Ubuntu it switched to a white screen with a TypeError: undefined is not an object (evaluating '[callbackId, data]').
I'm also seeing a lot of IPC custom protocol failed:
Reproduction
No response
Expected behavior
No response
Full tauri info output
[✔] Environment
- OS: Mac OS 15.5.0 arm64 (X64)
✔ Xcode Command Line Tools: installed
✔ rustc: 1.87.0 (17067e9ac 2025-05-09)
✔ cargo: 1.87.0 (99624be96 2025-05-06)
✔ rustup: 1.28.2 (e4f3ad6f8 2025-04-28)
✔ Rust toolchain: stable-aarch64-apple-darwin (default)
- node: 22.16.0
- pnpm: 10.12.1
- npm: 10.9.2
[-] Packages
- tauri 🦀: 2.7.0
- tauri-build 🦀: 2.3.1
- wry 🦀: 0.52.1
- tao 🦀: 0.34.0
- @tauri-apps/api : 2.7.0
- @tauri-apps/cli : 2.6.2 (outdated, latest: 2.7.1)
[-] Plugins
- tauri-plugin-fs 🦀: 2.4.1
- @tauri-apps/plugin-fs : 2.4.0 (outdated, latest: 2.4.1)
- tauri-plugin-updater 🦀: 2.9.0
- @tauri-apps/plugin-updater : 2.9.0
- tauri-plugin-sql 🦀: 2.3.0
- @tauri-apps/plugin-sql : 2.2.0 (outdated, latest: 2.3.0)
- tauri-plugin-process 🦀: 2.3.0
- @tauri-apps/plugin-process : 2.2.1 (outdated, latest: 2.3.0)
- tauri-plugin-opener 🦀: 2.4.0
- @tauri-apps/plugin-opener : 2.2.7 (outdated, latest: 2.4.0)
- tauri-plugin-single-instance 🦀: 2.3.1, (outdated, latest: 2.3.2)
- @tauri-apps/plugin-single-instance : not installed!
- tauri-plugin-deep-link 🦀: 2.4.0, (outdated, latest: 2.4.1)
- @tauri-apps/plugin-deep-link : 2.4.0 (outdated, latest: 2.4.1)
[-] App
- build-type: bundle
- CSP: unset
- frontendDist: ../dist
- devUrl: http://localhost:1420/
- framework: React
- bundler: Vite
Stack trace
Additional context
No response
Metadata
Metadata
Assignees
Labels
platform: Linuxstatus: needs triageThis issue needs to triage, applied to new issuesThis issue needs to triage, applied to new issuestype: bug