Site does not load in full

Asked

Viewed 74 times

0

I uploaded a new site on the server, everything was working offline, when accessing the site it loads in a way all different from what was offline, only normalizes when I start browsing the site.

The website address is www.jhwebvision.com.br

I don’t know what I’m doing wrong, someone could help me?

  • 3

    The site gives me error in the console: Failed to load resource: the server responded with a status of 404 (Not Found), in this line: <script src="js/preloader.js"></script>. You knew that by now?

  • Well... here it worked normal

2 answers

1


Probably some file present locally in your test environment does not exist or is not accessible on your server.

Follow a print of the error displayed on the console of your website.

Fix this dependency, which probably is causing the non loading of elements.

inserir a descrição da imagem aqui

inserir a descrição da imagem aqui

0

When one site works in one place but not the other, it is good to check some things:

  • All files were transferred to the target server?
  • The server has access to read these files?
  • Configuration data changed appropriately? (database connections, fixed Urls, lines in the hosts, etc..)
  • Are there any errors on the client side? (as seen by Fernando Medeiros)

I work in a company where each team has its own server, has one where integration tests happen, and finally the 'production' - and actually, the headaches that I pass with all the differences between each server....

Browser other questions tagged

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