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/verixsync/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
6 Replies
<#1254550779965214763>
Category
Help needed
Product
Coder OSS (v2)
Platform
Linux
Logs
Please post any relevant logs/error messages.
Is it happening consistently?
Yep
Could you open an issue on GitHub?
sorry for late reply, just made a new run of the contains and now it works with all the IDE of jetbrains
just removed everything and reconfigured
@Phorcys closed the thread.