on ‎2019 Oct 18 8:33 AM
Hi,
While accessing smartedit the Pages are not loading on dev app server because of below 404 error on UI console :
We are using smartedit OOTB which is working fine in local but this issue is only in dev
Please let me know if anybody has solution for this.
Request clarification before answering.
Hi All,
Please check the below link for reference:
https://answers.sap.com/answers/13050145/view.html
Regards,
Vivek
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Stefan,
Thanks for getting back.
These are the steps I followed :
<extension name="cmsbackoffice" />
<extension name="cmssmartedit" />
<extension name="cmssmarteditwebservices" />
<extension name="cmswebservices" />
<extension name="permissionswebservices" />
<extension name="previewwebservices" />
<extension name="npmancillary" />
<extension name="smartedit" />
<extension name="smarteditaddon" />
<extension name="smarteditwebservices" />
ant addoninstall -Daddonnames="smarteditaddon" -DaddonStorefront.yacceleratorstorefront="<mystorefrontname>"
<security:headers>
<security:frame-options disabled="true"/>
</security:headers>
mystorefront.additionalWebSpringConfigs.smarteditaddon=classpath:/smarteditaddon/web/spring/smarteditaddon-web-spring.xml
Issue : When I am trying to access any page or storefront I am getting 404 Page not Found. There is no error in Console but in the browser console I am seeing this error :
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is the site the default site provided by Hybris?
Can you check if the previewURL is set on the CMSSite Object?
Also did you provide a URLPattern for the Site?
Did you install the smarteditaddon (which is required for smartedit to work properly) on the storefront?
Further smartedit is an own Extension.
I do not think your problem is with smartedit, but with the perviewServlet?
https://localhost:9002/smartedit should not thrown an 404 in the first place and your URL is indicating that a problem is with the previewServlet.
Also to see some Pages like Category or Product Pages you need to configure the preview URL, as well as preview objects on the CMSSite in Backoffice.
If you have still issues after checking all these points. Please describe what you did, how you have installed Hybris and Smartedit and provide a full error log so that we can reproduce the Issue if possible.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am facing the same issue in my local. Is this issue resolved ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.