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

Open
#2,810 3 comments 0 reactions 0 assignees View on GitHub
plugin: store type: bug
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
```
![Image](https://github.com/user-attachments/assets/e2c8d1ef-6c4d-4cc3-82cc-619147f91faf)

**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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.