Skip to content

Chrome not loading CSS when hosted remotely [BUG] #982

@Zylatis

Description

@Zylatis

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
chrome2
firefox2

Thanks!
-Z

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions