Coder uses ip address breaking reverse proxy

I am trying to run coder behind a reverse proxy, but for some reason it is using the ip address. It looks like that is keeping me from being able to connect to anything. I see this error
2022-10-11 16:37:08.322 [ERROR] <./codersdk/workspaceagents.go:622>     (*Client).AgentReportStats.func1        report stats    {"error": "failed to WebSocket dial: failed to send handshake request: Get \"https://development.house.geekcentral.io/api/v2/workspaceagents/me/report-stats\": dial tcp 10.0.5.183:443: connect: connection refused"}
whenever I try to use ssh, open a terminal, or code-server.
Was this page helpful?