-1
I have a problem in a chat using Nodejs + Expressjs + Socket.IO. In local environment no problems happen. However, when I put it into production I am having problems with CSS’s and JS’s. I open the page in Chrome, check the Network tab of Inspect and see that some files are marked as pending. It doesn’t happen often, but it’s happening on a good frequency. In other words, things are taking too long to load. What could that be? Sometimes it goes fast sometimes not.
I am using a dedicated server that can be seen here: https://www.hostgator.com.br/servidores/planos-de-servidor-dedicado.php What I have here is the dedicated standard.
I have tried to do basic things in Nodejs and go up for test and remains the same thing.
The test page is: http://grupicrm.com.br:3000/
At the beginning of
index.js
hasvar endereco = "http://192.168.1.100:3000/";
, but the IP of grupicrm.com.br is 198.1.103.47 - will have to do?– J. Bruni
I’m sorry, I’m making the substitution.
– user5023
It seems that was the problem. I will put as answer.
– J. Bruni
It was not no. It was configured properly before and continued giving error.
– user5023