I am trying to open the Cloud Firestore from Firebase Console. It keeps loading and loading, without ever showing the available data. The database itself works fine, since I have successfully tried posting something. So I guess the UI of the Firebase Console is to blame. Has anyone encountered this issue before, and if yes, is there anything I can do to fix it?
Update: The problem persists on Chrome and Microsoft Edge, but disappears when opening the Firebase Console with Firefox.
I've encountered this problem few weeks ago and first I thought it was a chrome update bug, or cache related problem since Firebase cloud service was online all the time. And then just today, I've decided to clean up unused chrome extensions out of nowhere and problem was gone.
Solution
Delete unused chrome extensions
For me, I've deleted Autoview, some vpn extension and cors extensions. Not sure which one exactly caused the problem but I think this is the solution.
I also tried opening three projects in Firestore and didn't encounter the issue you mentioned. I tried Chrome Version 93.
By looking at the status dashboard, all Firebase services are up and running at this time.
If you still experience this issue, I suggest testing on a different device, deleting cache/cookies, updating your browsers. If it's still the same, contacting the GCP Support.
for me, after deleted browser history, open url in new profile chrome. but still not working.
i try to active ipv6 for network adapter and its working fine.
Related
the app testing was working locally as well hosting. but suddenly it occurred error when run locally. but same project after hosting the facebook work fine. please would like share your experiences with facebook instant game for this issue. thank you very much.
this is the error occured in console
same problem here. All projects give exact same error. I think something went wrong on fb systems.
The "Disable Cache" option in Chrome Developer Tools stopped working about a week ago (Mid February 2021).
Is anyone else having this problem and is there a fix for it? I mean a browser fix. I already know how to "Trick" a browser into reloading resources, but Disable Cache was working fine until recently and is the simplest, preferred solution.
I can't recall having changed anything browser or network related. It just suddenly stopped working.
Maybe you have a general problem with cache control. You can see my answer https://stackoverflow.com/a/67366558/4489551, and I hope it will help you.
Has anyone else experienced an issue where the CloudKit Dashboard will rarely log in but most of the time redirect the page back to the log in screen after you've correctly typed in all the credentials?
I can't seem to find anything on the web about it, except for this post on the Apple developer forums:
https://forums.developer.apple.com/thread/25947
I'm running a late 2011 MBP with OSX Yosemite, not sure if that will help. I've tried both Safari and Firefox.
Try using Safari. I was having this problem with mozilla firefox.
Solution: open a private browsing window and try again!
We're using the fb:registration plugin to sign up users on our site. Today I noticed the registration redirect is no longer working in Google Chrome and Safari (latest public release). I know for sure it was working with the same code as recently as last week. It seems to be getting stuck on submission with this error, which is coming from:
static.ak.fbcdn.net/rsrc.php/v1/ys/r/ioE9qOq_5Oa.js:101
Firefox and IE have no problem, so it seems to be Webkit specific. Any ideas?
There is a bug report tracking this on Facebook's developer site.
https://developers.facebook.com/bugs/251685364894450
Please go there and tell them you are seeing this issue too.
I'm playing around with a simple web app locally, and can't quite figure out why it is not caching correctly on the iPhone. I am serving a .manifest file with the correct MIME-type, and the site works perfectly fine with my local server turned on or off on desktop Safari, Chrome and Firefox. It is only mobile Safari that is failing to cache the site. Any ideas why this might be?
It seems to be an iOS bug.
I found out that mobile safari will always run into an application caching error if you have at least one web view opened and the you clear the browser cache. I think that clearing the browser cache will destroy the cache database. All accesses to the cache database will then fail. It seems that the browser creates this database only on startup.
To get the application cache working again close all safari views and finally close the browser by returning to the home screen. Now applicaton caching should working. Some mobile devices also requires switching on and off.
If you know a methode to detect this situation let me know it, please.
I had a similar issue but Safari and iPhone were both NOT working whilst IE and Firefox were working. The reason was complex. One was a misspelling of the word "manifest" in the HTML tag. Silly mistake and very frustrating that IE and FF still worked offline. The other issue was that I was using default.asp as the main page of my app and not including this in the manifest.
My app was mydomain.com/myapp/ and thus the browser never saw the "default.asp". Also, according to the HTML5 spec, the main page need not be in the manifest but apparently Safari sees that a little differently...
I can confirm that the bug is also present on iPAD running iOS 4.3.
I spent quite some time to make the offline application cache work on iPad. I can confirm that the workaround mentioned in the previous post works.