When fetching extensions it seems as though it is ...
# suitecommerce
i
When fetching extensions it seems as though it is not aware of the updated list of active extension and is trying to pull old ones. How do I go about fixing that?
e
Look for the
config.json
file in your extension folder and make sure this key is as following:
"fetchConfig": {
"extension": ""
}
remove the extension names from there
i
That worked. Thanks!
👌 1