Introduction
CircleCI Server users may encounter "An internal server error occurred." errors when first using the Continuation Orb on their Server environment due to an undefined domain.
Prerequisites
Orb Imported from the public registry
More details on Importing a Public Orb can be found in our documentation here
Instructions
When using the
circleci/continuationorb on server using the default parameter values, it will returnAn internal server error occurred.errors when using any of the commands/jobs this orb offers.To remedy this error, the domain of the server instance needs to be defined under the
circleci_domainparameter since the default iscircleci.comfor our cloud users. Kindly see the exmaple below:
- continuation/continue:
circleci_domain: circleci.<your_org_domain_here>.com
configuration_path: .circleci/release.yml
If your team continues to encounter issues with this orb after configuration of the circleci_domain parameter to use your server domain, please reach out to the CircleCI Support team by submitting a ticket.