on 2021 Feb 18 3:19 AM
Hi experts,
This is happening during an upgrade of hybris 5.7 to sap commerce 2005.
I am unable to drag & components between slots and the "mouse here" hangs after that.

But the odd thing is that I am able to drag & drop new components on them.
Can't see any errors in console both in hybris or browser. I am logged as admin and has read/write permissions on that content catalog.
Confirming that smartedit's javascripts are being inserted

Did I miss a configuration? Any thoughts?
thanks
UPDATE(solved)
This was a particular issue on the project, this was on my master.tag that was disabling my drag & drop with smartedit.

If you ever face a similar case of not having an idea of what is happening with Smart Edit, no logs from your terminal of hybris or your browser proceed by "Setting Up Your SmartEdit Development Environment" which helps you to start debugging in your browser.
Summary:
1. Get npm, node, tsc(typescript) and grunt
2. In bin/platform
ant npminstall
3. in bin/platform
ant build
4. Run grunt dev inside:
bin/modules/smartedit/smartedit
bin/modules/smartedit/csmsmartedit
As well do the same if you have any addons activated with smartEdit ie. personalization, merchandising, promotion
bin/modules/personalization/personalizationsmartedit
bin/modules/cds-merchandising/merchandisingsmartedit
bin/modules/personalization-promotion/personalizationpromotionssmartedit
5. Start hybris and debug in your browser.
Request clarification before answering.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.