Skip to content

Error "must be installed first" #142

Open
@gjrtimmer

Description

@gjrtimmer

My Issue is I have the following code:

resource "coder_app" "toolbox" {
  agent_id     = coder_agent.main.id
  slug         = "toolbox-gateway"
  display_name = "IntelliJ IDEA Ultimate"
  icon         = "/icon/jetbrains-toolbox.svg"
  external     = true
  order        = 2
  url = join("", [
    "jetbrains://gateway/com.coder.toolbox?url=", data.coder_workspace.me.access_url,
    "&token=", "$SESSION_TOKEN",
    "&workspace=", data.coder_workspace.me.name,
    "&ide_product_code=IU",
    "&ide_build_number=251.26927.53",
    "&ide_path_on_host=/opt/idea",
    "&folder=", "/home/coder/workspace",
  ])
}

When I click on the handler is shows the error at the bottom, and then continues through and loads my environment.

How do I get rid if of this error popup?

The same error applies to the gateway

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions