Overview

While configuring the VsCode Extension for CircleCI server, you are prompted for your Personal API Token and the CircleCI Host URL.

If the incorrect URL is specified you will receive an error message "Invalid Circle CI Host URL."

To avoid this, use the same FQDN you specified for global.domainName in your CircleCI Server's values.yaml:

 

✅ Include the https:// prefix
❌ Do not include the "app." in the URL's hostname

 

Example

  • Use https://<CIRCLECI_SERVER_DOMAIN>
  • Not https://app.<CIRCLECI_SERVER_DOMAIN>

Additional Resources

Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.