Hybris Tip 1 – Smartedit Infinite loading…

0 Comments

Sometimes we face issues like the images below when opening smartedit page, and we don’t see any error in the log console.

Solutions

Open localextensions.xml file and trace with the list extensions below:

  • cmsbackoffice
  • cmssmartedit
  • cmssmarteditwebservices
  • cmswebservices
  • permissionswebservices
  • previewwebservices
  • smartedit
  • smarteditaddon
  • smarteditwebservices
  • ysmarteditmodule (if you want to extend the SAP Commerce framework or CMS functionality)

To ensure sure that the access rights are correctly set up so that you can log in to SmartEdit, you must do one of the following to rebuild your system:

  • Run hybris update in SAP Commerce Administration Console (Administration Console) by selecting all extensions related to SmartEdit.
  • Perform the following operations from a command-line interface:
    1. Go to the $HYBRIS_BIN_DIR/platform directory.
    2. Execute the ant updatesystem command.

NOTE: When manually installing SmartEdit, you must install the smarteditaddon AddOn as follows before rebuild your system:

ant addoninstall -Daddonnames=smarteditaddon -DaddonStorefront.yacceleratorstorefront=<your_custom_storefront>

Happy learning and happy coding. <3

References: https://help.sap.com/docs/SAP_COMMERCE/9d346683b0084da2938be8a285c0c27a/0955af7dd5154a8db28dfce327d8dae5.html?version=1905


One thought on “Hybris Tip 1 – Smartedit Infinite loading…”

Leave a Reply

Your email address will not be published. Required fields are marked *