Fix The Remote Name Could Not Be Resolved "Rendering" Error In Experience Editor 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:
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.
3. Run docker-compose up
.
Hopefully the rendering container will be up and running and the experience editor is back!