Home

tanstack/router

Status:Indexed
Analyzed Nov 17, 202510K+ starsTypeScript

🤖 A client-first, server-capable, fully type-safe router and full-stack framework for the web (React and more).

Back to Issues
#5886
Moderate

Tanstack Start - updating to vite@7.2.0 makes router location skip port on localhost

View on GitHub

Summary

The Vite upgrade to v7.2.0 in TanStack Start is causing the router's `location` object to incorrectly omit the port number when running on localhost. The task is to identify the root cause of this change in Vite's behavior and adjust TanStack Router's integration with Vite to correctly include the port in localhost URLs.

Skills Required

TypeScriptVite Plugin DevelopmentNode.js NetworkingDebugging