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
The line socketio_url: 'http://localhost:3000' in environments/environments.ts generates a CORS error when accessing from a distant machine. It works when the name of the machine is hardcoded, like socketio_url: 'http://pcitdb88:3000'
The text was updated successfully, but these errors were encountered:
The line
socketio_url: 'http://localhost:3000'
in environments/environments.ts generates a CORS error when accessing from a distant machine. It works when the name of the machine is hardcoded, likesocketio_url: 'http://pcitdb88:3000'
The text was updated successfully, but these errors were encountered: