Firebase Hosting ERR_CONNECTION_RESET on a few Windows machines

340 views
Skip to first unread message

Florian

unread,
Oct 12, 2016, 9:58:58 AM10/12/16
to Firebase Google Group
Hello,

A few of our users cannot access resources served from our FirebaseApp domain and get a ERR_CONNECTION_RESET error in their browsers.
They are all Windows users.

Our firebase.json file is really straightforward and looks like this:

{
   
"database": {
       
"rules": "database.rules.json"
   
},
   
"hosting": {
       
"public": "folder",
       
"headers": [ {
           
"source" : "**/*.@(css|js|png|svg|gif|jpg|woff|ttf)",
           
"headers" : [ {
               
"key" : "Access-Control-Allow-Origin",
               
"value" : "*"
           
} ]
       
} ]
   
}
}

Any ideas or suggestions to fix this?


Kato Richardson

unread,
Oct 17, 2016, 7:55:34 PM10/17/16
to Firebase Google Group
Hi Florian,

The hosting rules you've shared here don't look related. I'd suspect plugins (e.g. adblock) or some sort of certificate caching/firewall/proxy before I'd look at your Hosting config.

☼, Kato

--
You received this message because you are subscribed to the Google Groups "Firebase Google Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to firebase-talk+unsubscribe@googlegroups.com.
To post to this group, send email to fireba...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/firebase-talk/aa75f5cb-a6d1-43db-9664-738615c516b7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.



--

Kato Richardson | Developer Programs Eng | kato...@google.com | 775-235-8398

Reply all
Reply to author
Forward
0 new messages