Missing "Open ports" feature
Hi,
I tried coder in CLI mode to test, and it worked well.
I switched to the docker version (the one I intend to use), and noticed the absence of the "Open ports" function..
Could be related: the console shows a error
GET http://coder.internal/api/v2/integrations/jfrog/xray-scan?workspace_id=65029a0a-7d95-40f5-8b75-28ac22040c02&agent_id=8c885cdb-cb78-4d6f-acba-d74d6957642a 404 (Not Found)
, the response to which is {"message": "Route not found."}
.
Here's my docker run :
Did I miss something?Solution:Jump to solution
you are missing the wildcard URL definitions (CODER_WILCARD_ACCESS_URL environment variable)
6 Replies
<#1255667267308355706>
Category
Bug report
Product
Coder OSS (v2)
Platform
Linux
Logs
Please post any relevant logs/error messages.
hey, that error looks unrelated
Solution
you are missing the wildcard URL definitions (CODER_WILCARD_ACCESS_URL environment variable)
even though it says URL in the name don't include https:// for this one
It works. Thank you very much.