wallacepos icon indicating copy to clipboard operation
wallacepos copied to clipboard

Failed to start the feed server

Open norachaniago opened this issue 5 years ago • 2 comments

I want to use this pos for my store. I followed your guide https://github.com/micwallace/wallacepos/wiki/XAMPP-Windows-server-support . But the problem is I can't start the feed server S1 S2 I have tried another solution like change port number etc but still can't solve my problem

norachaniago avatar Mar 12 '19 08:03 norachaniago

can you post your node screenshot, and developer tools console? also try to install node directly using installer.

kucingpresto avatar Mar 24 '19 07:03 kucingpresto

I had same problem, but i'm running on centos server. Don't think if this fix would work for you.

In file WposSocketControl.php I exchanged lines 45 for 48. The thing is that somehow execution of nodejs was giving a result of 0, hence not going for the other option. But in my server nodejs was not the command for node.js. So that fix it.

Try to see if the Windows version checking code is working or just force to use the windows command.

Hope this helps you.

GAbbona avatar Aug 29 '20 23:08 GAbbona