SalesforceCommerceCloud / b2c-crm-sync

... a contemporary perspective on how to integrate B2C Commerce and the Salesforce Customer 360 Platform to power frictionless customer experiences in the B2C domain.
https://salesforcecommercecloud.github.io/b2c-crm-sync/
BSD 3-Clause "New" or "Revised" License
65 stars 45 forks source link

Issue encountered at base metadata deployment step #248

Open pkfenom opened 1 year ago

pkfenom commented 1 year ago

I'd appreciate any assistance that you can provide. We're encountering an issue with the deployment script. It fails on the base metadata deployment step. The error message returned is rather generic. Troubleshooting hasn't yet revealed clues to pin down the root cause.

Versions: Node version (node -v): v15.2.1 NPM version (npm -v): 7.0.8 SFDX version (sfdx -v): sfdx-cli/7.182.1 darwin-x64 node-v18.12.1

Terminal:

> b2c-crm-sync@1.4.1 crm-sync:sf:org:deploy
> node cli.js crm-sync:sf:deploy

Exception:

 -- deploying the base meta-data to the specified Salesforce Org; please standby

  ,----------------------------------------------------------------------.
  |                                                                      |
  |                                                                      |
  |  88888888888                                                   88    |
  |  88                                                            88    |
  |  88                                                            88    |
  |  88aaaaa      8b,dPPYba,  8b,dPPYba,   ,adPPYba,   8b,dPPYba,  88    |
  |  88"""""      88P'   "Y8  88P'   "Y8  a8"     "8a  88P'   "Y8  88    |
  |  88           88          88          8b       d8  88          ""    |
  |  88           88          88          "8a,   ,a8"  88          aa    |
  |  88888888888  88          88           `"YbbdP"'   88          88    |
  |                                                                      |
  |                                                                      |
  |                      Oh no! Not one of these :(                      |
  |                                                                      |
  |         It looks like you've run into an error or exception.         |
  |                       Please log an issue via                        |
  |   https://github.com/SalesforceCommerceCloud/b2c-crm-sync/issues.    |
  |    That's the best way to engage us. Thank you for your support!     |
  |                                                                      |
  `----------------------------------------------------------------------'

[
    {
        "stack": "DeployFailed: Deploy failed. \n    at DeployResultFormatter.display (/Users/user/DW/build-sfsc/node_modules/@salesforce/plugin-source/lib/formatters/deployResultFormatter.js:76:19)\n    at Deploy.formatResult (/Users/user/DW/build-sfsc/node_modules/@salesforce/plugin-source/lib/commands/force/source/deploy.js:149:23)\n    at Deploy.run (/Users/user/DW/build-sfsc/node_modules/@salesforce/plugin-source/lib/commands/force/source/deploy.js:35:21)\n    at processTicksAndRejections (node:internal/process/task_queues:93:5)\n    at async Deploy._run (/Users/user/DW/build-sfsc/node_modules/@salesforce/plugin-source/node_modules/@salesforce/command/lib/sfdxCommand.js:102:40)",
        "message": "Deploy failed. ",
        "name": "DeployFailed",
        "exitCode": 1,
        "context": "Deploy"
    }
]
----------------------------------------------------------------------------
 CRM-SYNC | v0.9.0 | crm-sync:sf:deploy: END
----------------------------------------------------------------------------
Aravindan-Murugesan commented 11 months ago

Hi pkfenom, I'm also facing the same deploy meta-data issue, Have you fixed it?

i'm using: node -v v16.18.0

npm -v 6.14.18

sfdx -v @salesforce/cli/2.0.2 win32-x64 node-v18.15.0