devbox icon indicating copy to clipboard operation
devbox copied to clipboard

`devbox add wrangler` stuck on "fixupPhase"

Open filippovicini opened this issue 10 months ago • 1 comments

What happened?

When running devbox add wrangler, the installation process gets stuck on the "fixup phase" and does not progress. I have:

  • Waited for hours with no completion.
  • Tried on multiple laptops, ruling out machine-specific issues.
  • Verified that other packages install correctly

Steps to reproduce

  1. Install Devbox (latest version).
  2. Run devbox add wrangler.
  3. Observe that the process hangs indefinitely at the "fixupphase."

Command

No response

devbox.json

{
  "$schema": "https://raw.githubusercontent.com/jetify-com/devbox/0.14.0/.schema/devbox.schema.json",
  "packages": [
    "adr-tools@latest",
    "git@latest",
    "bun@latest"
  ],
  "shell": {
    "init_hook": [
      "echo 'Welcome to devbox!' > /dev/null"
    ],
    "scripts": {
      "test": [
        "echo \"Error: no test specified\" && exit 1"
      ]
    }
  }
}

Devbox version

0.13.4

Nix version

2.24.9

What system does this bug occur on?

macOS (Intel)

Debug logs

No response

filippovicini avatar Feb 28 '25 15:02 filippovicini

For me it took 5m26s and most of the time in the fixupPhase.

Devbox: 0.14.2 Nix: 2.25.3

marcorichetta avatar Jul 07 '25 22:07 marcorichetta