-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
problem #2
Comments
Same here, just hangs on 'Connecting...' |
You need to configure the serverAddress in public/scripts/chat.io.js line 15 serverAddress = 'http://example.com:8080', If you change default port ( 8080 ), you need to modify server.js line 8 |
@uditalias Same here. It just hangs on "Connecting" when I run it at my localhost:8080 |
Hi, i have the same problem as above.
still can't connect... So my app is running on: http://185.8.239.101:8080
if i try paste this address to browser i get this:
Still don't know what am i doing wrong. :/ |
Issue resolved. Please refer to: |
@vincurekf did you find a solution? I am having this same issue and I removed the serverAddress variable part |
it still hangs. |
I am having the same issue, It still hangs on 'Connecting..' |
It is hanging |
Hi Udi, I was reviewing your great chat https://github.com/uditalias/chat-nodejs node, when I run this on my pc I see this screen http://prntscr.com/2bfb6e after entering a user, this screen has been a long time so I hope your help, thanks
The text was updated successfully, but these errors were encountered: