Having an issue loading the lib it seems from AWS
Having an issue loading the lib it seems from AWS
Hi, we're using DT in our express.js web app and it seems to work okay from our local host, which is hosted via HTTPS for Express.js. Now, when we deploy our web server on an AWS (Amazon Web Services) host, we're encountering problems where DT suddenly is not being loaded in the HTML src link I think. We're seeing this error in the client console:
GET https://AWShost/socket.io/1/?t=1385137034747
Any clues on what we can do to allow this to work on our AWS host?
GET https://AWShost/socket.io/1/?t=1385137034747
Any clues on what we can do to allow this to work on our AWS host?
This discussion has been closed.
Replies
What you posted doesn't really look like an error, but rather an information message saying that a socket has been opened.
Allan