Replies: 1 comment
-
|
Updated to vite 8 beta 14 and nitro 3.0.1-alpha.2. Same behaviour. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
Hello!
I've got a running Tanstack Start app, with Nitro v3 Alpha 1,running in Azure on a windows machine, with Node 24, with node-preset . This works fine when it is bundled with Vite 5, 6 and 7.
However, it doet not seem to respond when bundled with Vite 8. It does start locally on my machine, when I run the bundled code. I have Node 22 locally.
As for error messages... i don't have any! The application seems to start, but not respond.
I've tried to launch the app via Azure Kudo command line:
Interestingly, it says the address is already in use. So the app is started... but there is no response, no errors. I'm clueless. I've tried Nitro v3 alpha 0 - same behavoir. Vite 8 beta 5 and 6 does not work either.
My config files.
vite.config.ts
tsconfig.ts
package.json
Local start is run with:
run.js
web.config
Reproduction
none
Steps to reproduce
I do not have an URL to reproduce it, as it seems to only happen in a specific environment
System Info
Used Package Manager
pnpm
Logs
No response
Validations
Beta Was this translation helpful? Give feedback.
All reactions