Hi folks 👋 I'm using Coder version 2.26.0 with Tasks and what I'm trying achieve is having Claude Code in the sidebar and previewing a Coder app that is not local. Some operational work requires updating staging/production applications directly which are not local apps. For example rendering the Home Assistant UI inside the preview pane: resource"coder_app""ha_preview" {agent_id=coder_agent.main.idslug="preview"display_name="Home Assistant"url="http://192.168.1.32:8123/"# this is an address on the LAN, not local to the workspaceicon="/icon/home-assistant.svg"subdomain=trueshare="owner"}Currently when doing this I get a 502 - Bad Gateway trying to access the app this way Failed to proxy request to application: dial context: connect tcp [fd7a:115c:a1e0:4cb2:8a0c:2690:a6b4:4373]:8123: connection was refused
 |