gitbutlerapp/gitbutler

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

Open

#12.105 aperta il 1 feb 2026

Vedi su GitHub
 (7 commenti) (0 reazioni) (0 assegnatari)Rust (862 fork)batch import
bughelp wantedos:windows

Metriche repository

Star
 (19.787 star)
Metriche merge PR
 (Merge medio 14h 43m) (446 PR mergiate in 30 g)

Descrizione

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

Guida contributor