tauri-apps / tauri-apps/plugins-workspace
Webview Blank Screen on new tauri install (Tauri 2 + Ubuntu + Vue + typescript pnpm) after adding store plugin on dev server
- Dominant language
- Rust
- Stars
- 1.8k
- Forks
- 602
- Avg merge
- 4d 14h
- Merged PRs (30d)
- 9
Description
I'm on Linux (Ubuntu 24.04) and using Tauri 2.0 + vue + typescript + pnpm
Running a fresh dev server instance of Tauri 2.0 runs fine (3 logos + form are displayed):
```
pnpm create tauri-app
pnpm tauri dev
```
But if I install the store plugin and run the dev:
```
pnpm tauri add store
pnpm tauri dev
```
I get a blank screen.
If I right click and inspect the console, I get the errors:
```
Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost:1420/vite.svg?import
Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost:1420/tauri.svg?import
```

**This is solved by right clicking and reloading**, but it doesn't work initially.
The issue persists on both an ubuntu terminal or a vscode terminal.
**This issue does not persist when I build and run a .deb file**, so it's not a critical bug, just an annoying one.
Contributor guide
Assessment
This issue has not been assessed yet.