vedaniks
Enthusiast
Enthusiast

Hello Denis,

Thanks for the reply.

When I put the below in plugin-multi-manifest.json, I get the below error while deploying plugin.

{
  "manifestVersion": "1.0.0",
  "manifests": [
    "plugin-80.json",
    "plugin-70.json"
  ]
}

Missing plug-in manifest. Make sure that the manifest is present at the plug-in location.

If I put below in the plugin-multi-manifest.json,, plugin deployment works.

{
  "manifestVersion": "1.0.0",
  "manifests": [
    "plugin-80.json",
    "plugin.json"
  ]
}

Can you tell me why this might be happening?

Reply
0 Kudos