Local development not working after upgrade to newest 1.121
$ 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: ''
}