on 2022 Mar 23 1:11 PM
It should work if you give definitions in manifest.json correctly. (See example JSON below, I replaced unnecessary fields with ... for clarify reading)
{
"commerceSuiteVersion": "1205",
"extensionPacks": [
...
],
"extensions": [
...
],
"useConfig": {
"properties": [
...
],
"solr": {
...
}
},
"storefrontAddons": [
...
],
"properties": [
...
],
"aspects": [
{
"name": "api",
"properties": [
...
],
"webapps": [
{
"name": "mycommercewebservices",
"contextPath": "/mycommercewebservices"
},
...
]
},
...
]
}
If still doesn't work:
Hope this helps,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
So I checked our CCV1:PROD/HAC and I can see under /hac/platform/extensions that the extension is loaded, it is in the WEB column.
But when looking at the same in CCV2, it would appear it is not loaded.
I do not see anything in the log file that indicates there was any type of error loading the extension.
Further digging required
User | Count |
---|---|
29 | |
3 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.