Coder.comC
Coder.com2y ago
7 replies
Seirjin

Jetbrains Toolbox stuck on waiting for backend

Hello so I'm trying to use jetbrains toolbox and self hosted coder(on docker)


on the main.tf i added this part:
module "jetbrains_gateway" {
source = "registry.coder.com/modules/jetbrains-gateway/coder"
version = "1.0.13"
agent_id = coder_agent.main.id
agent_name = "main"
folder = "/home/test/development"
jetbrains_ides = ["GO", "IU"]
default = "GO"
latest = true
channel = "eap"
}

when the workspace was ready and all i tried to open but its stuck on Waiting for backend as shown on the picture
I'm using latest version of coder
image.png
Was this page helpful?