Reputation: 372
I am trying to open Firebase console but it doesn't load. I tried to disable all extensions of the browsers but that doesn't help. I tried also to open it in incognito tab but it also doesn't work. When I pressed f12 on my browser to open the browser's console I found this error :
GET https://www.gstatic.com//fireconsole//js/k=fireconsole.fb.en_US.rOiX_jdO2H4.O/am=A7gwJH0esmZ27nWBIiA/rt=j/d=1/rs=AON9PuleFwUnRbsV1IuOvw-wleC3Zu9UmQ/m=console_main net::ERR_INCOMPLETE_CHUNKED_ENCODING 200 (OK)
Upvotes: 1
Views: 2495
Reputation: 1
I resolve by this way,
In the Extension tab > top right corner developer mode> make enable
Thanks...
Upvotes: 0
Reputation: 883
If this is specific to your computer, then it's probably an issue with your ISP.
Try changing your DNS settings. If you are on a MAC OS, go to systems Preferences -->Network --> Advanced --> DNS --> Then add either the OPEN DNS or Google DNS.
Open DNS is 208.67.220.220 and 208.67.222.222
Google DNS is 8.8.8.8 and 8.8.4.4.
On Windows, Control Panel-> Network and Sharing Center -> Click on your primary connection or Local Area Connection under Active Networks -> Properties -> Highlight Internet Protocol Version -> Properties -> Then change the DNS as stated above.
Upvotes: 1