14

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.

FelixEnescu
  • 4,664
  • 2
  • 33
  • 34
Mujtaba Zaidi
  • 629
  • 1
  • 6
  • 14

8 Answers8

15

Clearing the cache of browser worked for me in Chrome!

Mujtaba Zaidi
  • 629
  • 1
  • 6
  • 14
  • 1
    I 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
  • 2
    Clearing 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
  • Using Google chrome browser instead of Safari helped me! – akozin Jan 01 '20 at 11:37
5

Ad-blockers add-ons were the cause of this issue for me. Whitelisting console.cloud.google.com domain for ad-block solved it.

Jona Rodrigues
  • 992
  • 1
  • 11
  • 23
3

If your symptoms include

  1. GCP not loading project
  2. Youtube and Youtube Music not playing
  3. Allow CORS: Access-Control-Allow-Origin extension is installed

Turning the extension off will fix it.

Inyoung Kim 김인영
  • 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
2

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.

Ojonugwa Jude Ochalifu
  • 26,627
  • 26
  • 120
  • 132
1

In my case I had turned on the CORS policy on my web browser so make sure you are not doing the same mistake.

Harsh Gaur
  • 39
  • 2
0

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.

Hakan Fıstık
  • 16,800
  • 14
  • 110
  • 131
  • 1
    Google 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
0

In my case, billing was disabled, and when I enabled it, everything started working again.

double-beep
  • 5,031
  • 17
  • 33
  • 41
Daniel
  • 11
0

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.

sriram unnam
  • 81
  • 1
  • 1
  • 4