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
In src/public/hooks:socket.js:6 the port of the NodeJS-backend is hardcoded to 3231. Please make this function more intelligent, so that it discovers which port is actually used to serve the frontend static pages or omits the port from the socketUrl string if port 80 is used with http or 443 is used with SSL.
The text was updated successfully, but these errors were encountered:
In src/public/hooks:socket.js:6 the port of the NodeJS-backend is hardcoded to 3231. Please make this function more intelligent, so that it discovers which port is actually used to serve the frontend static pages or omits the port from the socketUrl string if port 80 is used with http or 443 is used with SSL.
The text was updated successfully, but these errors were encountered: