Replies: 2 comments 1 reply
-
Hi! Did you check https://socket.io/docs/v3/troubleshooting-connection-issues/#In-the-browser? |
Beta Was this translation helpful? Give feedback.
-
Question How to provide WebSockets feature to customers? Answer On Linux Go to Websites & Domains > example.com > Apache & nginx Settings In the nginx settings section, clear the Proxy mode checkbox Note: In case this checkbox is not present, install, or enable nginx. Click on Apply On Windows Navigate to Domains > example.com > File Manager Open the web.config file in the application’s document root, and add the following configuration to the <system.webServer> section: Note: In case section already exists in the configuration file, instead add the part to the existingThe sample “Phusion Passenger: Node.js Web Socket demo” application can be used to verify whether Web Socket connections are working fine on the webserver: https://github.com/phusion/passenger-nodejs-websocket-demo https://www.plesk.com/kb/support/does-node-js-on-plesk-support-websockets-socket-io/ |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I developed a node js project in local, everything was working fine, but I could not install it on the server. More precisely, I installed it, but socket.io doesn't connect anyway.
Beta Was this translation helpful? Give feedback.
All reactions