-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Description
I have a bit of a weird bug. If I run the app locally and view through Firefox or Chrome the CSS loads correctly and everything looks great.
If i host remotely and just tunnel/expose the URL via ngrok, the same, works on both.
However currently I am hosting remotely and using a URL redirect from AWS -> Azure and now for some reason the CSS won't load on Chrome but it does on Firefox.
The error chrome gives is
Failed to load resource: net::ERR_TOO_MANY_RETRIES
Which is really weird because it doesn't seem to be trying very hard or very often at all! In particular looking at the server output i see a 304 for the CSS file from the Firefox request but not from Chrome, any ideas? (also kind of curious that only one triggers the pandas warning...)
I suspect it's a caching thing that I don't understand


Thanks!
-Z