[SalesForce] Developer Console : Failed to create createContainerMember for containerId

Unfortunately, I get the following error while try to save changes to a class,

Failed to create createContainerMember for containerId=1dc19000000BE6AAAW: This container member belongs to a container that currently has an unfinished save request with deploymentId=1dr19000000e9gQ. You may not modify any members in this container until it completes.: Metadata Container ID

I tried the solution mentioned here Developer console cannot save classes/triggers/pages though it worked for the first time and then the trick stopped working.

Anybody has a solution for this?

Best Answer

Try going to the the Progress Tab in the Developer Console and click on Cancel all deployments. This worked for me.

Failed to create deployment: This container has a save in progress with deploymentId=[YOUR-DEPLOYMENT-ID]

Related Topic