Friday, December 30, 2022

Common errors while setting up Sitecore docker instance

In this article, you can see the common errors and troubleshooting while setting up the docker containers.

 1. The SSL connection could not be established, see inner exception.




Resolution: Upload the certificates in traefik folder and change the path in 'certs_config.yaml' file

                                






2. Encountered errors while bringing up the project




ResolutionStop and restart services. Use the below commands,
                docker-compose down (stop service) 
                docker-compose up -d (Start service)


3. If traefik or any other container is unhealthy




Resolution: Open the docker desktop => Go to CM/CD container => Click on 3 dots => Click on Open in terminal => enter command 'curl http://localhost'
 You will see the actual error that caused the traefik container down. Fix the error prompted in the terminal window and re-run the command 'docker-compose up -d'





No comments:

Post a Comment

How to Create a Public Link Using the Sitecore Content Hub REST API

Creating a public link using the Sitecore Content Hub REST API is a straightforward process that enables you to share content externally whi...