Reputation: 146
https://console.developers.google.com/project/*/apiui/credential
The credentials panel on repeatedly clicking also does not load ( keeps loading )
I need to access the Oauth 2.0 and I am unable to because nothing is being displayed.
I have done the following activated - google analytics api ( enabled it)
Now i need to access Oauth 2.0 and My internet connection is fast yet the credential section does not laod and all other section in the google developers age is loading .
What should I do to get this resolved ?
Upvotes: 6
Views: 11359
Reputation: 41
To add. For me it was the 'Dark Mode' plugin, basically, disable plugins!
Upvotes: 2
Reputation: 1082
For me it was using the Brave browser (presumably some security settings there). No error when I later tried with Chrome instead.
Upvotes: 0
Reputation: 210
I was having the same issue. I hit the refresh button on the browser while the credential page was still loading and it worked.
Upvotes: 1
Reputation: 888
It was AdBlockPlus for me. Remember to disable it for the google developer console!
Upvotes: 2
Reputation: 5227
[late edit: Other answers imply that this can be caused by browser extensions and / or security proxies (which often come with anti virus or firewall software). Please check whether you have an adblocker/privacy tool/etc. enabled - disable temporary and then try again. If this doesn't help, continue reading...]
Sounds to me like this could be resolved by filling the OAuth consent screen
https://console.developers.google.com/project/<yourprojectid>/apiui/consent
You'll need at least a product name and the email address filled. Google recently made a change so that you cannot create credentials as long as the consent screen is not filled. Before that change one often got cryptic errors during oauth, so this change actually makes sense.
If that doesn't help i recommend setting up another project and do a quick test with that project. Sometimes a project is not properly setup at Google in which case you'd need to contact Google's customer support.
Upvotes: 11
Reputation: 1869
for me it was chrome adBlock extension, seems like all blocking extensions cause this problem
Upvotes: 0
Reputation: 5951
In my case it was Chrome uBlock extension that prevented some JS scripts to be loaded resulting in infinite loader animation.
Upvotes: 5
Reputation: 21
I had the same problem and it was caused by my antivirus! I have Kaspersky and for some reason, it was blocking the screen from loading. I disabled the protection from Kaspersky, re-logged to the Google account and then I could load and see the page properly. I then reactivated Kaspersky and all is now fine! Don't know why but it works! :-)
Upvotes: 2