You need to sign in to do that
Don't have an account?
riz wan
It takes long time to save this simple apex page. So long that i lost patience and closed the browser.
I have tried a few times but saw the status changing to "Saved" .
When i forcibly close the console window all changes are lost.
Tried it on latest Firefox and Chrome browsers with same result.
Why Developer Console is taking very long time to save simple apex class?
It takes long time to save this simple apex page. So long that i lost patience and closed the browser.
I have tried a few times but saw the status changing to "Saved" .
When i forcibly close the console window all changes are lost.
Tried it on latest Firefox and Chrome browsers with same result.
How to fix it in Console?
I have seen this issue before as well. It's pretty common actually. The only way to avoid it
You can click on progress button in the developer console and here you can see a list of deployments,
Now after click Cancel All Deployments button which are given below in developer console you can save your code normally.
I hope you find the above solution helpful. If it does, please mark as Best Answer to help others too.
Thanks,
Ajay Dubedi
In Developer Console - On the bottom panel Click on "Progress" -> "Cancel All Deployments", retry saving APEX class.