-
Notifications
You must be signed in to change notification settings - Fork 175
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using Vite 3.0.0-beta.0 does not work #14021
Comments
The restart on startup seems to be an issue already with Vite 2: #14022 |
Caused by vitejs/vite#8543 which makes the Vite server no longer respond on 127.0.0.1, only on ::1 i.e. IPv6. If we add
to the configuration, it will work as before |
Artur-
added a commit
that referenced
this issue
Jun 23, 2022
Use 127.0.0.1 both for the Vite server and when connecting to it to ensure it works Fixes #14021
Artur-
added a commit
that referenced
this issue
Jun 27, 2022
Use 127.0.0.1 both for the Vite server and when connecting to it to ensure it works Fixes #14021
taefi
pushed a commit
that referenced
this issue
Jun 27, 2022
Use 127.0.0.1 both for the Vite server and when connecting to it to ensure it works Fixes #14021
vaadin-bot
pushed a commit
that referenced
this issue
Jun 27, 2022
Use 127.0.0.1 both for the Vite server and when connecting to it to ensure it works Fixes #14021
vaadin-bot
pushed a commit
that referenced
this issue
Jun 27, 2022
Use 127.0.0.1 both for the Vite server and when connecting to it to ensure it works Fixes #14021
vaadin-bot
pushed a commit
that referenced
this issue
Jun 27, 2022
Use 127.0.0.1 both for the Vite server and when connecting to it to ensure it works Fixes #14021
mcollovati
pushed a commit
that referenced
this issue
Jun 27, 2022
mcollovati
pushed a commit
that referenced
this issue
Jun 27, 2022
Artur-
pushed a commit
that referenced
this issue
Jun 27, 2022
This ticket/PR has been released with Vaadin 22.0.18. |
This ticket/PR has been released with Vaadin 23.1.3. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description of the bug
If you upgrade vite to
3.0.0-beta.0
the applications starts but all connections to the Vite server are refused.Additionally the application goes into an infinite Spring Boot restart loop and seemingly more and more output trackers are started:
the restart loop comes from
Expected behavior
It should just work
Minimal reproducible example
Versions
The text was updated successfully, but these errors were encountered: