Skip to content
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 tries to connect to nx Cloud though neverConnectToNxCloud is set to true #28482

Open
1 of 4 tasks
annalenamueller opened this issue Oct 17, 2024 · 0 comments
Open
1 of 4 tasks

Comments

@annalenamueller
Copy link

Current Behavior

Nx tries to connect to nx Cloud though neverConnectToNxCloud is set to true. Error in log is
NX The Nx Daemon is unsupported in WebAssembly environments. Some things may be slower than or not function as expected.

With #28452 neverConnectToNxCloud was taken into account when evaluating whether a connection to nx Cloud should be established but the implementation is wrong. This must return false.

Expected Behavior

Don't try to connect to nx cloud when neverConnectToNxCloud in nx.json is set to true.

GitHub Repo

No response

Steps to Reproduce

  1. Create Project without connecting to nx cloud
  2. Set neverConnectToNxCloud to true in nx.json
  3. NX still tries to connect

Nx Report

Node : 20.15.1
OS : darwin-arm64
Native Target : aarch64-macos
npm : 10.7.0

nx : 20.0.1
@nx/js : 20.0.1
@nx/jest : 20.0.1
@nx/eslint : 20.0.1
@nx/workspace : 20.0.1
@nx/angular : 20.0.1
@nx/devkit : 20.0.1
@nx/esbuild : 20.0.1
@nx/eslint-plugin : 20.0.1
@nx/web : 20.0.1
@nx/webpack : 20.0.1
typescript : 5.5.4

Community plugins:
ng-mocks : 14.13.1

Failure Logs

NX The Nx Daemon is unsupported in WebAssembly environments. Some things may be slower than or not function as expected.

Package Manager Version

No response

Operating System

  • macOS
  • Linux
  • Windows
  • Other (Please specify)

Additional Information

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant