cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Catalogs missing from smartedit

Former Member
0 Likes
4,239

Hi, I have enabled the cmssmartedit for my project but the catalogs are not showing up for me to edit them. I am working with hybris 6.6 and it's a b2b project.

I have added a lot of smartedit related extensions to see if it work but sadly it didn't. Currently I have the follows smartedit related extensions:

 <extension name="smartedit" />
 <extension name="oauth2" />
 <extension name="smarteditaddon" />
 <extension name="smarteditwebservices" />
 <extension name="cmswebservices" /> 
 <extension name="cmssmartedit" />
 <extension name="smarteditcms" />


      <extension name="permissionswebservices" />        
      <extension name="webservicescommons" />
      <extension name="previewwebservices" />          
      <extension name="personalizationservices"/>        
      <extension name="previewwebservices"/>
     <extension name="previewpersonalizationweb"/>
      <extension name="personalizationcmsweb"/>
      <extension name="personalizationsmartedit"/>
      <extension name="personalizationsampledataaddon"/>
      <extension name="textfieldconfiguratortemplatebackoffice"/>
      <extension name="textfieldconfiguratortemplateaddon"/>      

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Likes

After using this dependecies:

 <extension name="smartedit" />
 <extension name="oauth2" />
 <extension name="smarteditaddon" />
 <extension name="smarteditwebservices" />
 <extension name="cmswebservices" /> 
 <extension name="cmssmartedit" />
      <extension name="webservicescommons" />
     <extension name="permissionswebservices" />   
     <extension name="cmssmarteditwebservices" />
      <extension name="previewwebservices"/> 

And running an initialize it worked.

Answers (6)

Answers (6)

teemu_alander
Member

I upgraded Hybris 6.2 to 19.05 and SmartEdit was added also to localextensions. After upgrades everything seem to work but SmartEdit doesn't show catalogs. I have updated the through HAC and my Hybris log locally says:

WARN [hybrisHTTP19] [PageNotFound] No mapping for GET /cmssmarteditwebservices/v1/sites/contentcatalogs

Seems that the GET request is missing the actual site in the URL? in cmssmarteditwebservices the CatalogController.java has a requestMapping of:
@RequestMapping(API_VERSION + "/sites/{siteId}")

But seems that Hybris accessing something else or the siteId is missing?

former_member637008
Discoverer
0 Likes

Hi teemu.alander, were you able to find the root cause of the issue?

Former Member
0 Likes

Hi there, Make sure your catalog have the proper permissions. You must add the user who will access the catalog from the smartedit platform.

Former Member
0 Likes

Hi,

I am having the same issue, do anybody know how to resolve this without initialization proccess?

Thx.

thavasikumar
Discoverer
0 Likes

Try installing the smarteditaddon and then updatesystem. Make sure the catalogs are assigned to the cmssite that you are trying to view in smartedit.

Former Member
0 Likes

hello are finding the source of problem ? we have the seem

Former Member
0 Likes

Try System Update after adding Smart Edit.

Former Member
0 Likes

Hi, thank you for your answer. I am running ant initialize just to be sure, but it won't work.