-
Unicorn Error – There is an extends inheritance loop, or a container extending a nonexistant container name
Read more: Unicorn Error – There is an extends inheritance loop, or a container extending a nonexistant container nameThe problem: I faced the following issue when trying to set up Unicorn on an existing Sitecore instance. There’s no information about that on Unicorn documentation and the error isn’t clear. The solution: After a while, I’ve figured out that the problem was in another .config file which was set up by someone in the…
-
HTTP Error 503.2 – Service Unavailable
Read more: HTTP Error 503.2 – Service UnavailableThe problem: When setting up a Sitecore instance for a Content Delivery server I faced the following error: HTTP Error 503.2 – Service Unavailable – The serverRuntime@appConcurrentRequestLimit setting is being exceeded. The solution: The content items aren’t published to the Web database. I’ve found a few solutions to this issue and none worked for me.…