-
Notifications
You must be signed in to change notification settings - Fork 214
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
Nx console stuck on refreshing workspace on Intellij #2337
Comments
Here's how you access the best logs: Do you have an idea about how we could surface this information better to people? Maybe a |
Hello! Thanks for the info on how to debug!
Maybe in the issue template ? In the meanwhile, here is the logs (filtered to remove telemetry + non nx logs) I found after it popped up again today:
Running So the nxls process exited early, but I don't know how to get the nxls logs 😅
Also, I'm wondering, why is the console trying to stop the nx daemon ? |
hmm this means that it died during startup... does refreshing fix the issue? |
I cropped the logs since it was a 29 megs logs 😅 It works for a while, and then, it breaks for no reason I can understand :/
Restarting the whole ide fixes it yes, but that's the sonly solution I've found :/ Clicking "refresh workspace" is blocked in the progress bar shown in the issue |
Yikes, not sure how this is happening. There has been some changes to how the nxls starts up... Can you try again on |
I'm having very similar issues with the VSCode extension. It almost never survives more than 15 minutes of work. I have to terminate all node processes to release the daemon.log file. When I start VSCode, in most cases NX won't start until i run When it's finally working, there is another issue which might be related. Every NX command I run takes forever to start. Seems like it's refreshing the workspace on every file change. Really strange behavior and I can't figure out what's causing it. I just switch to working with the command line and use the extension when I have to. Mostly to for generators. |
Hey @eyalellenbogen that sounds bad, please create a new GH issue so we can keep the discussions separate. Provide at least your |
Current Behavior
Intellij is stuck on "Refreshing workspace"
Expected Behavior
The refresh workspace either errors out, or actually finish
Steps to Reproduce
I can't have a clear reproduction, as it's a random issues. It happens on any nx monorepo that uses inference, and maybe others that don't
I would love to have more logs (or know how to access them) to have a better idea of what is going on
Failure Logs / Images / Videos
Environment
The text was updated successfully, but these errors were encountered: