You need to sign in to do that
Don't have an account?

Developer console keeps showing "loading..." and crashes
Hi all,
I have an issue when I come to open my developer console. It opens and start to load but it quickly minimizes, showing a "loading..." text.
After that, the developer console's window freezes completely, allowing me only to close it. Same happens to the window I used to open the developer console.
I find a solution here http://salesforce.stackexchange.com/questions/80453/developer-console-is-not-loading but I don't have enough time to switch my workspace.
I tried cleaning the browser data but nothing changed. I can also use the developer console of other salesforce accounts, so it seems it only happens with my account.
And I have another issue, I don't know if it's related or not, I'm posting it here just in case it is and it helps to see the problem.
As I couln't continue using the default developer console, I downloaded Welkin Suite, but when I build the solution, I keep getting an error that says "file has pending server changes. Please pull first", which it doesn't fix after a pull. When I'm not getting that error I get strage errors like "The attribute “(...)” was not found on the COMPONENT markup://(...): Origin"
Thanks in advance to anyone who can help me solving this!
I just fixed my developer console. Indeed I had to switch workspace to make it work, but I couln't even open the developer console.
For some reason, if I enter manually the url for my instance if the developer console, the developer console open successfully, after that all I had to do it switching workspace.
If anyone wants to open a ticket about this (I don't know how to submit one), this could possibly happened because:
-I had a custom workspace
-I had a custom domain
-I was using lightning components
Hope this helps anyone else who's having this issue.
All Answers
Well I already fixed the errors in Welkin Suite, but I still can't use my developer console, so it seems both things aren't related.
I just fixed my developer console. Indeed I had to switch workspace to make it work, but I couln't even open the developer console.
For some reason, if I enter manually the url for my instance if the developer console, the developer console open successfully, after that all I had to do it switching workspace.
If anyone wants to open a ticket about this (I don't know how to submit one), this could possibly happened because:
-I had a custom workspace
-I had a custom domain
-I was using lightning components
Hope this helps anyone else who's having this issue.
Hi Emi, I have solved it entering manually the developer console address in the URL and changing the workspace. So go to https://<your salesforce instance>.salesforce.com/_ui/common/apex/debug/ApexCSIPage and then click Workspace > New workspace...
You should be able to enter that way if it was the same problem.
Thank you, it worked !!
By the way, without creating New Workspace, I only switched the Workspace, as you mentioned in your earlier comment.
Thanks Brendan, opening the link in a new tab, instead just clicking it and opening in a new window, works.
In Chrome all related Salesforce/trailhead tabs stall/crash when I try to open the console normally. Firefox gives me the option to wait or stop the script thats causing the issue, which is:
Script: https://resourceful-bear-31025…02913162000/sfdc/CodeMirror.js:96
Altough this is my first time encountering this issue, it seems to be happening somewhat to others.
https://<your salesforce instance>.lightning.force.com/_ui/common/apex/debug/ApexCSIPage
https://<your salesforce instance>.lightning.force.com/_ui/common/apex/debug/ApexCSIPage
It works by right click Develop Console to open a new tab, not just click Develop Console.
@Arti Shrivastava - thank you, worked!