Search code examples
google-chromegoogle-cloud-firestoregoogle-cloud-console

Unable to create a Collection in Firestore - request blocked:mixed-content


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


Solution

  • @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!