TanStackT
TanStack8mo ago
15 replies
faint-white

Local development not working after upgrade to newest 1.121

When i run my local setup this is what my console shows:

$ vite dev --port 3000
Generated route tree in 167ms

VITE v6.3.5 ready in 1180 ms

➜ Local: http://localhost:3000/
➜ Network: use --host to expose
➜ press h + enter to show help

And when i visit my dev, the app shows - but it is not interactable....

And then i get this:

Response {
status: 404,
statusText: '',
headers: Headers { 'content-type': 'application/json' },
body: ReadableStream { locked: false, state: 'readable', supportsBYOB: true },
bodyUsed: false,
ok: false,
redirected: false,
type: 'default',
url: ''
}
Was this page helpful?