gitbutlerapp/gitbutler

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

Open

#12,105 opened on Feb 1, 2026

View on GitHub
 (7 comments) (0 reactions) (0 assignees)Rust (862 forks)batch import
bughelp wantedos:windows

Repository metrics

Stars
 (19,787 stars)
PR merge metrics
 (Avg merge 14h 43m) (446 merged PRs in 30d)

Description

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