0

I've been trying to create a new collection at https://console.cloud.google.com/firestore/data?project={PROJECT} however when I do, nothing happens. Opening the dev tools and looking at the Networking tab shows the requests are not going through (see screenshot). I'm using Chrome 83.0.4103.97 on OSX 10.15.4 (19E287). I have tried to go to Site Settings and change unsafe content to Allow, however that did not make a difference.

Anybody got any idea how I could make it work?

Screenshot of Networking tab

Frank van Puffelen
  • 565,676
  • 79
  • 828
  • 807
Alice
  • 142
  • 3
  • 12
  • 2
    If you click on one of the error, what is the complete body of the response? My first thought is to try in an incognito window, disable all add-ons/extensions for your browser, or try in a different browser. – Frank van Puffelen Jun 14 '20 at 21:37
  • @FrankvanPuffelen there is no response, since the request is blocked. Incognito worked, and from that found that it was the "Disconnect" extension that was blocking these requests. Thanks! – Alice Jun 16 '20 at 14:22
  • Good to hear that you found it Alice! – Frank van Puffelen Jun 16 '20 at 14:28

1 Answers1

0

@Alice and @Frank resolved it however I think this is worth creating an answer.

In such situation first thing to check if incognito window is behaving the same way. There might be some extension that are blocking request.

In this situation there was "Disconnect" extension which was blocking.

I hope it will help someone in future!

vitooh
  • 4,132
  • 1
  • 5
  • 16