Reading time: 1 min read

Fixing The Remote Name Could Not Be Resolved "Rendering" Error In Sitecore Docker

Portrait photo of Anju Thomas, article author

Fix The Remote Name Could Not Be Resolved "Rendering" Error In Experience Editor Sitecore Docker

The Remote Name Could Not Be Resolved "Rendering" Error In Sitecore Docker

This experience editor issue could be related with the rendering container. So first we will have to check whether our rendering container is up and running. If it's stopped, try restarting the container and wait for the container to start. If it exits and the log shows the below error:

Image Rendering Log In Sitecore Docker

If faced with the above log error:

1. Stop the running containers using docker-compose down.

2. Delete the images of rendering and nodejs. through docker desktop.

Removing images in Docker.

3. Run docker-compose up.

Hopefully the rendering container will be up and running and the experience editor is back!