-
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
Unable to deploy managed custom fields to a Winter 25 scratch org #3012
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. |
Hello @simonwatson 👋 It looks like you didn't include the full Salesforce CLI version information in your issue. A few more things to check:
Thank you! |
|
fyi - we were getting similar error (although different error number) today Sept 10, 2024. We logged sfdc support case & sfdc support responded: "Upon initial investigation of the Gack ID mentioned in the description, it seems like there is a new bug logged for the issue you are facing during your Deployment. |
That error code (Gack ID) is coming from the server. There probably not anything the CLI team can do about this one. Could you try running the failing command with the Also, unrelated, we now bundle |
@iowillhoit: yes, here's the output debug.txt
Thanks for the tip, I'd forgotten the user-installed version was there. |
Thanks @simonwatson. I don't see notice anything that would indicate that this is an issue with the CLI. I see some folks looking into this on the ticket @DallasDeuce mentioned (W-16488056) |
We have determined that the issue you reported exists in code owned by another team that uses only the official support channels. To ensure that your issue is addressed, open an official Salesforce customer support ticket with a link to this issue. We encourage anyone experiencing this issue to do the same to increase the priority. We will keep this issue open for the community to collaborate on. |
I have a project which can
sf project deploy start
to a Summer 24 scratch org but fails to deploy to a Winter 24 preview org. It seems to be a problem with custom fields which are already in a managed package (linked to the project).I can deploy static resources, custom permissions, connected apps, apex classes (which don’t depend on custom objects/fields). I can create a new custom object with a field and deploy it ok. I can also deploy an existing custom object (with fields removed) ok, and even deploy new custom fields added to it, but deploying one of its existing fields fails with an error
An unexpected error occurred. Please include this ErrorId if you contact support: 2119260834-1194743 (-1516727936)
I'm using the latest SF CLI: @salesforce/cli/2.57.7 darwin-arm64 node-v20.15.0
The text was updated successfully, but these errors were encountered: