-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deploy error: Converting circular structure to JSON #1518
Comments
Thank you for filing this issue. We appreciate your feedback and will review the issue as soon as possible. Remember, however, that GitHub isn't a mechanism for receiving support under any agreement or SLA. If you require immediate assistance, contact Salesforce Customer Support. |
I've also the same issue. Working fine with the previous version (salesforce/salesforcedx:7.149.1-full). |
@iditente @D-Roch if you've got a repo that you can share that reproduces this error, that would help a lot. other question: if you look in the org, is the deployment failing or succeeding? |
@mshanemc , we are using the latest-full version of the sfdx docker image. We can reproduce it locally with this version : sfdx version --verbose Architecture: Node Version : Plugin Version: OS and Version: |
hmm...that kinda looks like it's coming from inside jsforce Can you humor me and temporarily uninstall your linked plugins so that we know it's something the core CLI plugins (vs. a hook executing, for example) |
I've run the bitbucket pipeline with salesforce/salesforcedx:latest-full image and without our custom sfdx plugins with just the profiles in the package. See the result below : -> Cleaning profile -> Cleaning packageVersions -> Converting ApexTestSuite Metadata, tests class to run are : -> Aunthenticating to the Org -> Converting Source format to Metadata API format -> Copying Destructive Changes Xml files in deploystage directory -> Validate with specified tests |
Same test with the salesforce/salesforcedx:7.149.1-full image : -> Cleaning profile -> Cleaning packageVersions -> Converting ApexTestSuite Metadata, tests class to run are : -> Aunthenticating to the Org -> Converting Source format to Metadata API format -> Copying Destructive Changes Xml files in deploystage directory -> Validate with specified tests |
This issue has been linked to a new work item: W-11150198 |
@D-Roch We will look into getting this sorted. In the meantime you should be able to run this command successfully by removing the |
Thank you, |
The |
Summary
An error started appearing in SFDX deployments, it doesn't block the deployment but triggers an error in our CI.
Steps To Reproduce:
sfdx force:mdapi:deploy --loglevel debug --verbose --targetusername PROD --deploydir artifacts/${PACKAGE_NAME} --testlevel RunLocalTests --wait ${SFDX_TIMEOUT} --soapdeploy
Expected result
Success / no errors
Actual result
The text was updated successfully, but these errors were encountered: