so just to clarify a bit.
what does the warnings mean in the console? or is this something the avarage erp next user should not be concerned abaout?
@jacobotha777 socketio is mostly responsible about real time data and real time notification . for example you have a list of quotations opened . and someone else created a quotation , socketio will listen to that change and refresh your page for you . if it’s not working you have to refresh the page manually so you can see the new data .
same thing for notifications , chat …
it will not affect anything crucial, but it’s nice to have it working .
usually port 9000 is responsible for this and by opening it it should work fine .