-
Notifications
You must be signed in to change notification settings - Fork 80
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
vinxi dev unable to start dev server #287
Comments
vinxi dev
vinxi dev
Is there a reproduction for this ? |
I can't reproduce it consistently. Most times it's up fast enough, but sometimes it just hangs. I'll make a ticket if I can reliably repro. |
just to give an idea of what i experience, it's this infinite load that eventually stops (can be stuck for >10min), and then suddenly after one of many restarts load the page immediately Screen.Recording.2024-04-29.at.22.17.333.mov |
vinxi dev
seems like some infinite loop with this: |
This appear to be limited to |
And when hitting a routes/page/[id]/ page after a server restart |
wow thats incredibly specific and rare.. why lord whyyy! |
I'm getting closer. It's related to reactivity that is outside of the root node, so it's not cleaned up properly. I can see how it might disturb HRM, but I just don't understand why it's a problem if I fully restart the server. |
So at this point, I'm just disabling ssr when developing, and enabling it when deploying. |
@doeixd , do you see this too? are you able to repro? |
Unfortunately not. I just tried to reproduce following what your suggested: |
Have less issues with this after switching to bun... |
Don't know if fixed by vinxi 0.4.1 - will close for now. |
I'm not sure what causes this, but I can wait minutes on the vinxi dev to start up, and sometimes it never succeeds. I have to restart the process after a few minutes until it eventually completes
The text was updated successfully, but these errors were encountered: