-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
SvelteKit Dev Server Infinite Loading #12020
Comments
This issue started with vite 5.2.0, but only seems to affect (some) sveltekit users |
I had the same issue. It's vite's fault in my case. I downgraded to |
It does look like downgrading to vite |
Downgrading to adapter-cloudflare |
The relevant Vite issue -> vitejs/vite#16245 |
I spent several hours debugging, this is the change that caused the issue: vitejs/vite#16135 In my case vite breaks @inlang/paraglide-js-adapter-sveltekit, without it, in clean project, all works fine. |
I added a repro to the ticket: vitejs/vite#16245 (comment) |
Sorry for the regression, it will be fixed by vitejs/vite#16246. I'll cut a release tomorrow |
The fix has been released in Vite 5.2.5. Thanks Matias. |
Describe the bug
When running the sveltekit application, the appllication running at
localhost:5173/
will infinitely load, even after all elements and network events have finished.Reproduction
https://github.com/IggyCeltic/bug-repro
Logs
No response
System Info
Severity
serious, but I can work around it
Additional Information
Prevents all hot loading. In order to get changes refreshed have to stop the load and refresh the page.
The text was updated successfully, but these errors were encountered: