on 2020 May 18 8:58 PM
When I deploy Smartedit Extension on Commerce Cloud the following JS files from the folder "jsTarget" are not available.
*smartedit.js
*smarteditContainer.js
After the login to Smartedit the page shows blank and the browser console says vendor_chunk.js cant get these files.
At my local development environment and the test server I can reproduce it if "ant npminstall" was not executed and the folder "jsTarget" was not generated.
I already tried to add the npmancillary dependency to smartedit extensioninfo.xml.
<requires-extensionname="npmancillary"/>
Found this related topics but nothing helped:
Request clarification before answering.
Browser Console says
vendor_chunk.js:2 GET https://backoffice.c2369d-siemensag1-d1-public.model-t.cc.commerce.ondemand.com/siemldasmartedit/sie... 500 Internal Server Error`

The error only occurs in the cloud environment. On local and test environment it looks like this.

Does anyone have an idea what the reason for this might be?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Dominik,
Did you get any solution on this smartedit blank page issue?
Thanks!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Unfortunately not, I'm in contact with SAP Support, but so far they couldn't help me.
There was a fix for the 1905 version but it did not work for me.
The following note is also important to override the buildcallback.xml
"Yes, you can override OOTB extension. Simply put the modified files under folder "CUSTOMIZE " and put folder "CUSTOMIZE" under folder "core-customize"."
Meanwhile we are on version 2005 and it still throws the same error after creating a custom Smartedit Extension.
I think in the cloud environment the npminstall is not executed although it is stored in the manifest.json.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Same issue. Did you manage to resolve it?
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.