Reputation: 11
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.?
Upvotes: 0
Views: 6047
Reputation: 1085
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.
Upvotes: 0
Reputation: 2633
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.
Upvotes: 2