0
votes

We moved hybris 5.2 to 5.6 version for our customer. Now We were not able to access back office site in Dev environment I am getting CMS site not found Error. but hmc and other cockpits are loading fine. I am bale to load back office in my local initially it was not loading due to 2 attributes newly added by hybris in AttributeDescriptor items after adding those attributes it was working fine in local and i did the same changes in dev but still in dev environment i am getting CMS site not found error .. can any one help me on this.?

2
Welcome to StackOverflow! This doesn't sound like a programming question, rather, an application configuration question. Try asking this question over at serverfault.comTennyson H

2 Answers

2
votes

Have you added the backoffice extension to your hybris/config/localextensions.xml ?

If you didn't (maybe due to updating), make sure to add it by adding a new line:

<extension name="backoffice"/>

Anyways like Tennyson mentioned, this isn't really a programming related question.

0
votes

Add <extension name="platformbackoffice" /> too to your config/localextensions.xml

or, if the above solution does not work try below one.

Open up orchestrator mode (F4 in BackOffice), then click on the [y] logo in the upper-right corner and choose "Reset everything". The issue was resolved after doing this for 2-3 times.