Skip to content

bug: coder app command argument does not work with workspace proxies #11348

Closed
@ericpaulsen

Description

@ericpaulsen

reported by a customer - we both reproduced on 2.6.0.

when opening a coder_app that leverages command with a workspace proxy selected, the terminal is not opened, and the user is met with the Head to the Dashbhoard page:

Screenshot 2023-12-28 at 8 07 01 PM

here is an example coder_app block I used to reproduce:

resource "coder_app" "hello-world" {
  agent_id     = coder_agent.main.id
  command      = "echo \"hello world\""
  slug         = "hello-world"
  display_name = "hello world"
}

Metadata

Metadata

Assignees

Labels

customer-reportedBugs reported by enterprise customers. Only humans may set this.enterpriseEnterprise-license / premium functionalitys1Bugs that break core workflows. Only humans may set this.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions