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:
These are the relevant parts of the action:
Did the cli command change or something? Thanks!
5 Replies
<#1440279000823107736>
Category
Help needed
Product
Coder (v2)
Platform
Linux
Logs
Please post any relevant logs/error messages.
Do you have Coder behind a proxy? It looks like the non-JSON response is a gateway timeout
Had this problem with traefik for a while, i think upgrading version ended up patching it, nowdays i’d deploy from CLI all the time
But you can start by debugging the CLI locally before running the workflow
Yes coder is running behind a traefik proxy. But I'm using the latest version 3.6.1
Good idea, I will test it locally first
Ok turns out the test server was not reachable from the outside. Thanks for the help!