-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Nest not working on Windows with NX 16.1.4: "Only URLs with a scheme in..." #16973
Comments
It is not related to Nest projects only. You can create |
Reported this error a few days ago. I got a message that it was fixed. Now I checked it and it is still there. Nest does not start. |
Duplicate of #16834 |
I patched current nx version (16.1.1) locally with the fix from #16911 and can confirm it works. That means that fix was not released yet |
@WCN-llc that
That's normal. They'll make a new release (16.1.5 / 16.2.0 etc.) which includes the fix. Nx can include migrations on minor versions / github has been facing issues recently / they haven't got to it with other focuses. Please be patient or downgrade to 16.1.0 until then |
Yeah, it's okay. |
Thanks for all your feedback. I'll stay in I'll closely monitor the next releases and close the ticket when I see the next update, so that people encountering the issue bump on this report instead of opening another one like I did 😄 |
Yeah, this is a duplicate, so I'm going to close it out. We close issues when the fix is merged, s.t. we can use the issues list as a queue to pull tasks from. This is also the default behavior from github when you mark that a PR fixes an issue. |
This issue has been closed for more than 30 days. If this issue is still occuring, please open a new issue with more recent context. |
Current Behavior
I did a fresh install with NX 16.1.4 of a NestJs application on my Windows 11 machine and I am stuck with the following error when running
nx serve
:Expected Behavior
I guess it's supposed to not throw such an error😄
GitHub Repo
No response
Steps to Reproduce
npx [email protected]
(or latest, as currently they are the same)integrated
=>nest
, then complete the remaining optionsnx run app:serve
should trigger the errorNx Report
Failure Logs
No response
Operating System
Additional Information
16.1.1
. Version16.1.0
works perfectly.9.4.0
)The text was updated successfully, but these errors were encountered: