-
Notifications
You must be signed in to change notification settings - Fork 79
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
error deploying big object indexes #1141
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. |
This issue has been linked to a new work item: W-9771788 |
Hi @SCWells72 this should be fixed in the latest-rc build of the cli 1.115.0, you can get it by either sfdx update stable-rc or npm install sfdx-cli@latest-rc --global depending on your preferred install method. Please let us know if you're still seeing this in 1.115.0 of the CLI |
Hey Guys, I am facing similar issue. When i deploy the BigObject using Git Pipeline I see the following
I think Github Pipeline setup is not able to recognize index file. Note: I am able to deploy my BigObject related code to Salesforce using VS code with no issues, but i only see above mentioned issue when i try to validate my code using Github pipeline setup via yml. ` |
I'm seeing this same issue as well, same error as Asreepathi |
I fixed the issue by just renaming the file to |
that's good to know, thanks Asreepathi! |
opened a new issue on behalf of @SCWells72
I've seen this issue as well, and I've isolated it to an index on a BigObject, e.g., objects/MyBigObject/indexes/MyFieldIndex.indexe-meta.xml.
If I remove that from my package directory, the deployment goes fine; if I add it back, it fails with TypeError - Cannot read property 'id' of undefined.
The text was updated successfully, but these errors were encountered: