409 when trying to find a CSS

Asked

Viewed 41 times

-1

I have a website that locally works all right. But when I go up to the server ( hostgator) The page is missing one of the CSS files, looking in the console Stop that when trying to fetch the CSS in question, there was a conflict ( 409 ), I already cleaned the browser cache and nothing..

The strange thing is that on some machines the code works normally, the CSS can be loaded without problems, but on others not..

  • Try opening the site in Chrome browser in incognito mode.

  • Gave the same thing..

  • Give more details on how the setup is, Angular, React, Vue, pure html...

  • Maybe this has to do with the Browser type and version. That is, how you import files .css may not be supported by some versions and/or browser types. However, please give more details.

  • Already tried to refresh the page with the Ctrl+F5 command?

  • @Cristianogilbertojoão I thought about it, but when I turn on the local server, it works normally, the problem is when I go up to the server.

  • @wensiso already, I cleaned the cache, but this happened on other machines tbm, even being the first time I was opening the site there

  • 1

    Take a screenshot of the ai console so we can see the error. and try to access your . CSS directly through the type browser http://www.meusite.com/css/style.css (or the path that is there) to see what appears

Show 3 more comments

1 answer

1


I did not find out exactly the reason for the conflict, I believe it was a problem with hostgator, I changed the name of the CSS file and returned to work on all machines..

Browser other questions tagged

You are not signed in. Login or sign up in order to post.