You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have changes the server.js file to use "module.exports = 'http://nodepli-devicemapping.rhcloud.com/';" instead of "module.exports = localhost" but it still not working.
If this does not work you could debug your specific error by hooking into the onError function inside Multi.prototype.openSocketConnection of the client library. Socket.io should give an error object when the connection fails.
I have changes the server.js file to use "module.exports = 'http://nodepli-devicemapping.rhcloud.com/';" instead of "module.exports = localhost" but it still not working.
http://nodepli-devicemapping.rhcloud.com/ is the URL to multi instance application.
Where else do we need to change in the code to make it run like "http://multi.christine-coenen.de/" ..
The text was updated successfully, but these errors were encountered: