Submit an issue View all issues Source
MIR-1167

Panic's while claude was deploying

Done public
evan evan Opened May 26, 2026 Updated May 27, 2026

It ran: cd /home/evanphx.linux/mn-git/tasker/apps/web && miren deploy -C usv-digitalocean -e NEXT_PUBLIC_API_URL=https://albert-tasker-api.miren.app 2>&1 | tail -20

and later reported:

- Two panic: send on closed channel crashes in the miren deploy CLI for the web build (build succeeded server-side, but CLI exited with a stack trace and left a stuck lock). Cancelling and retrying worked.
  Worth reporting to the miren team if you see it again — looks like a stream callback being invoked after channel close in cli/commands/deploy.go:678.