Coder.com

C

Coder.com

Community server for Coder.com, an open-source platform for cloud development environments.

Join

help

đŸ“ąïž±announcements

CLI returns "unexpected non-JSON response ""

Hi there, I have a github/gitea action file, which creates and deletes sample templates on a test system. Since some time, I get this error:...

Disable "Ephemeral Parameters Detected" popup

Hi there, Is there any way to disable this popup before starting a project? I only set this, if I want to rebuild my docker image but 99% of the time it's fine not being changed. Therefore I would like to disable/hide this popup. Thanks!...
No description

Unable to connect using websocket with forwarded port by an app in the workspace

Hi, I have an application that run an HTTP server with websocket connexions. When I launch the app in the workspace Coder create forwarded port as expected but when I try to connect to the application the ws connexions are refused (see image). I tried the same thing with codespaces (to test if it was my app or Coder) and it works as expected....
No description

Git SSH private key not available in devcontainer

My setup: * Coder v28.0.0 installed using docker compose; * Workspace created using the default devcontainer template (the one titled "Docker-in-Docker Dev Containers"). According to this documentation: https://coder.com/docs/admin/security/secrets#ssh-keys, git will use the private key generated by Coder to clone my repo (given that I've added the public key to my github account)....

sysbox-runc shim v3 issue

I have some issue that might need you guys help. I have coder running half a year ago with sysbox-runc. Recently when I try to run it inside my workspace it basically have this error ...

Devcontainer WITH docker compose?

So I'm evaluating Coder as a tool for my team to be able to quickly spin up dev envs, but I've been having a hell of a time getting a repo using a devcontainer WITH docker-compose to work on an EC2 runner. I need that so that I can host postgres, opensearch, and all the other services my app needs to run. Is there any guidance/templates for this? It seems like the official EC2 devcontainer template uses envbuilder which doesn't support docker compose?...

AWS EC2 Workspace agent fails during start-up intermittently

Hi - I've been excited to start using Coder for some work our internal teams are doing. We've had some problems with EC2 instances launching and not getting the coder agent hook for the continued start-up. It's very intermittent, and usually instances launch successfully and only fail maybe 20-30% of the time. Just frequently enough to be annoying. I've been doing some searching here to see if anyone had similar problems and did not see anything immediately pop up, although it looks like reddit and some other places have conversations. Besides AMIs for better templates, has anyone figured out when/where the agent fails to hook in properly?...

Regarding IntelliJ integration

Hi team wanted to check whether can we integrate IntelliJ community version to coder? I can only see ultimate version , and many user from my company use IntelliJ community version and i need to find a way to provide that. Any suggestions would be highly appreciated...

Claude Code Input keeps losing focus

I have everything setup and working as expected, but when I'm typing into the Claud Code input, it periodically loses focus every 1-2min. It makes it really difficult to provide a decent prompt. I'm not sure if its a configuration issue or what. When I submit the prompt Claude does what Claude is supposed to do, I just need it to stop refreshing and losing focus.

Agent suddenly not connecting due to `/api/v2/workspaceagents/aws-instance-identity` 404 / 400

This is the case both for new workspaces and for existing workspaces that worked yesterday. The workspace agent log is attached, the relevant bit is: ``` [ 12.556546] cloud-init[1056]: 2025-11-08 21:56:37.708 [debu] sdk request method=POST url=https://coder.mycompany.com/api/v2/workspaceagents/aws-instance-identity body=""...

Failed to check user authentication

I am getting this error when clicking "Connect w VSCode" Which is strange because I can browse the website just fine on my local and the Chrome App is working just fine...
No description

macOS/Xcode support

Is it possible to create macOS environments in Coder for developing Mac apps with Xcode?

Do ai task instances have the ssh keys as the workspace owner?

I tested around with AI tasks with some of my instances by converting one of my EC two templates to an AI task template. I noticed that when cloning a GitHub, it didn’t go through because of SSH keys issue.

Claude vscode extension on code-server auth going to localhost

Having an issue authenticating with Claude vs ode extension. I have tried manual token "generates in Claude console" but just hangs like it will be doing something. When I try to login with a subscription it goes to a local host callback. How do I fix this? Has anyone else had this issue?

Unable to use jetbrains toolbox template, "Failed to query available provider packages"

``` Error: Failed to query available provider packages Could not retrieve the list of available versions for provider coder/coder: locked provider registry.terraform.io/coder/coder 0.23.0 does not match configured version constraint >= 0.17.0, >= 2.5.0; must use terraform init...

🐳 Workspace DIND — “directory not empty” error when stopping workspace automatically

Hey everyone, I’m running a self-hosted Coder (latest version) setup, with a Docker-in-Docker (DIND) workspace template using sysbox-runc. I’ve configured automatic start/stop for my workspaces. ...

Claude Code Module 3.3.0 (Agent API)

Hey guys, ive noticed that agentapi started to prompting for confirmations within the new CC module version. It isnt supposed to run yolo mode by default?...
No description

Autostart

Hi, I have a question about this settings - can we somehow switch off those checkboxes ( UI or better via terraform/code)?
No description

Configuring enable auto stop for worksapces via terraform

Hi , I wanted to configure automatic auto stop (e.g. after 4h of inactivity) for workspaces via terraform ( not UI which is possible ), however didnt see that possibility in docs. Can you provide me if its possible or potential way how to manage without UI settings .? Thanks!

How can I configure the coder_agent module to run on a deployment without running a DinD-like proces

I've been digging into how to run a vs-code instance based on the Kubernetes Deployment example. The remaining blocker I face is within the coder_agent terraform resource, where it seems to want to use docker in the rendered startup for the agent. I'm wondering if anyone has been able to configure this module to avoid having to run a DinD-like pod (avoiding docker, podman, admin sidecar, etc) however I've come up short on my testing & research so far. Any insight would be appreciated through this 🙂...