Closed
Description
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:
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"
}