Closed Rihan9 closed 3 years ago
Any news? maybe this query in "containerService" file?
SELECT Id, MetadataContainerId, MetadataContainerMemberId, State, IsCheckOnly, DeployDetails, ErrorMsg FROM ContainerAsyncRequest WHERE Id='${this.containerAsyncRequestId}'
Same problem
It seems that it was a problem in the latest salesforce update. It seems that it is now fixed.
Describe the bug Unable to save any apexclass on some orgs.
The apexclass actually is updated on org, but forceCode get the error on subject
To Reproduce Steps to reproduce the behavior:
Expected behavior Save on orgs and get OK if it is saved correctly
Desktop (please complete the following information):
Additional context output message: { "resource": "/src/classes/CartDetailsController.cls",
"owner": "fcDiagCol",
"severity": 8,
"message": "invalid cross reference id",
"startLineNumber": 1,
"startColumn": 1,
"endLineNumber": 1,
"endColumn": 3
}