gitbutlerapp/gitbutler

Error when starting app on windows with `pnpm tauri dev`

Open

#12.105 geöffnet am 1. Feb. 2026

Auf GitHub ansehen
 (7 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Rust (862 Forks)batch import
bughelp wantedos:windows

Repository-Metriken

Stars
 (19.787 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 14h 43m) (446 gemergte PRs in 30 T)

Beschreibung

Version

0.18.7

Operating System

Windows

Distribution Method

msi (Windows)

Describe the issue

I just run pnpm tauri dev and it starts with no errors but the screen is blank

And when I check console of the browser. I see these errors

(index):20   GET http://localhost:1420/@fs/C:/Users/USER/3D%20Objects/gitbutler/node_modules/.pnpm/@sveltejs+kit@2.27.1_@svelt_453976a734e08820879e4eb2d73380a7/node_modules/@sveltejs/kit/src/runtime/client/entry.js net::ERR_CONNECTION_RESET
(anonymous) @ (index):20
(index):1  Uncaught (in promise) TypeError: Failed to fetch dynamically imported module: http://localhost:1420/@fs/C:/Users/USER/3D%20Objects/gitbutler/node_modules/.pnpm/@sveltejs+kit@2.27.1_@svelt_453976a734e08820879e4eb2d73380a7/node_modules/@sveltejs/kit/src/runtime/client/entry.js
(index):20   GET http://localhost:1420/@fs/C:/Users/USER/3D%20Objects/gitbutler/apps/desktop/.svelte-kit/generated/client/app.js net::ERR_CONNECTION_RESET

How to reproduce (Optional)

Run pnpm tauri dev

Expected behavior (Optional)

To show the app and not a blank screen with no errors in the console

Relevant log output (Optional)

(index):20   GET http://localhost:1420/@fs/C:/Users/USER/3D%20Objects/gitbutler/node_modules/.pnpm/@sveltejs+kit@2.27.1_@svelt_453976a734e08820879e4eb2d73380a7/node_modules/@sveltejs/kit/src/runtime/client/entry.js net::ERR_CONNECTION_RESET
(anonymous) @ (index):20
(index):1  Uncaught (in promise) TypeError: Failed to fetch dynamically imported module: http://localhost:1420/@fs/C:/Users/USER/3D%20Objects/gitbutler/node_modules/.pnpm/@sveltejs+kit@2.27.1_@svelt_453976a734e08820879e4eb2d73380a7/node_modules/@sveltejs/kit/src/runtime/client/entry.js
(index):20   GET http://localhost:1420/@fs/C:/Users/USER/3D%20Objects/gitbutler/apps/desktop/.svelte-kit/generated/client/app.js net::ERR_CONNECTION_RESET

Contributor Guide