- Notifications
You must be signed in to change notification settings - Fork926
Closed
Description
reported by a customer - we both reproduced on2.6.0
.
when opening acoder_app
that leveragescommand
with a workspace proxy selected, the terminal is not opened, and the user is met with theHead to the Dashbhoard page:
here is an examplecoder_app
block I used to reproduce:
resource"coder_app""hello-world" {agent_id=coder_agent.main.idcommand="echo\"hello world\""slug="hello-world"display_name="hello world"}