When I go to my profile in https://console.developers.google.com it shows "Failed to load!" error and showing nothing in Dashboard or Activities.

- 4,664
- 2
- 33
- 34

- 629
- 1
- 6
- 14
-
2What browser did you use? Have you tried it in a different browser? – gerardnimo Dec 22 '15 at 15:27
-
I'm voting to close this question as off-topic because it has nothing to do with programming. – MrUpsidown Apr 02 '20 at 10:57
8 Answers
Clearing the cache of browser worked for me in Chrome!

- 629
- 1
- 6
- 14
-
1I found it easiest to just open dev tools and refresh. There's a checkbox at the top of the network panel to disable the cache while the dev tools are open. I think it's on by default. – user695022 Oct 12 '17 at 16:41
-
2Clearing the cache does not fix the problem. It's likely clearing cookies that fixes the problem. Regardless, as @DavidDehghan mentioned, Incognito Mode seems to work, at least as a temporary fix. – rinogo Aug 13 '18 at 14:16
-
Ad-blockers add-ons were the cause of this issue for me. Whitelisting console.cloud.google.com
domain for ad-block solved it.

- 992
- 1
- 11
- 23
If your symptoms include
- GCP not loading project
- Youtube and Youtube Music not playing
Allow CORS: Access-Control-Allow-Origin
extension is installed
Turning the extension off will fix it.

- 1,434
- 1
- 17
- 38
-
This actually was the case for me so thanks! I had the Moesif CORS Chrome Extension enabled for some other dev work and didn't turn it off. Someone down voted this to -1 so all I can do is bump it back up to zero. – DBtake3 Sep 24 '20 at 18:56
I got rid of this "problem" by disabling ALL extensions on Chrome. AD Blocker, Instagram downloader, etc. Everything. When you are done, close and open your browser.

- 26,627
- 26
- 120
- 132
In my case I had turned on the CORS policy on my web browser so make sure you are not doing the same mistake.

- 39
- 2
Make sure that you are using the correct Google account, you can check that from the right-top corner in the browser, It was wrong account in my case.

- 16,800
- 14
- 110
- 131
-
1Google services can also malfunction if you're logged into multiple Google accounts, even if it's showing the right one. That was my problem. – Ellen Spertus Aug 09 '19 at 19:51
In my case, billing was disabled, and when I enabled it, everything started working again.

- 5,031
- 17
- 33
- 41

- 11
I had a similar problem and some of the buttons failed to load and contents on the console page are misaligned.
In my case I have adblocker extension. All I have to do is whitelist the webpage in the adblocker extension. Now the contents of page are properly aligned and buttons are available.

- 81
- 1
- 1
- 4