Skip to content

Align Tauri and Vite development loopback hosts - #13

Draft
marpaia wants to merge 1 commit into
masterfrom
marpaia/9
Draft

Align Tauri and Vite development loopback hosts#13
marpaia wants to merge 1 commit into
masterfrom
marpaia/9

Conversation

@marpaia

@marpaia marpaia commented Jul 26, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Bind the Vite development server to 127.0.0.1 by default.
  • Point the Tauri development URL at the same explicit loopback address.

Root cause and impact

Tauri waited on localhost while Vite could bind a different loopback address depending on host resolution. On affected machines, one side used IPv6 and the other IPv4, leaving Tauri waiting indefinitely even though Vite had started.

Both processes now use the same IPv4 loopback endpoint.

Validation

  • pnpm --dir apps/desktop lint
  • pnpm --dir apps/desktop build

Fixes #9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

weird error of GG stalled waiting for the frontend dev server to start on http://localhost:1420/ ...

1 participant