Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels