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

I received this error message yesterday in the Developer Console, preventing me from saving any new code (Apex, Visualforce) for the past 24 hours.

FIELD_INTEGRITY_EXCEPTION

Failed to create deployment: This container has a save in progress
with deploymentId=1drS00000004vRv. You may not enqueue a request until
this completes.: Metadata Container ID

enter image description here

How can I fix this to have the possibility to save back again to my Salesforce instance?

Best Answer

Copy the Deployment ID in your clipboard, and head to:

https://[INS].salesforce.com/[PUT-DEPLOYMENT-ID]

Click on the Delete button to delete the deployment record, and everything should be back to normal.