-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.
– Cristiano Gilberto João
Gave the same thing..
– Matheus Barbosa
Give more details on how the setup is, Angular, React, Vue, pure html...
– rnd_rss
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.– Cristiano Gilberto João
Already tried to refresh the page with the Ctrl+F5 command?
– wensiso
@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.
– Matheus Barbosa
@wensiso already, I cleaned the cache, but this happened on other machines tbm, even being the first time I was opening the site there
– Matheus Barbosa
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– hugocsl