- Notifications
You must be signed in to change notification settings - Fork16
Description
Coder version: 2.11.2
Gateway version: 2023.3.4
Coder plugin version: 2.12.0
How to reproduce:
- Have a running workspace.
- Make changes to the template of this workspace and do
coder templates push
- Update the workspace from the Web UI
Expected result:
On theWelcome to JetBrains Gateway
window, the status of the workspace isReady
and we can connect to it by clickingSelect IDE and project
Actual result:
On theWelcome to JetBrains Gateway
window, the status of the workspace isCreated
and theSelect IDE and project
is not clickable.
If we try to connect via a gateway url such asjetbrains-gateway://connect#type=coder&workspace=myworkspace&agent=myagent&folder=/home/coder&url=https://mycoder.com/&token=xxxx&ide_product_code=IU&ide_build_number=233.15325.26&ide_path_on_host=/opt/intellij/latest
, it shows errorthe agent is created; please wait and try again
We need to restart the coder agent to make it work.