charting-library-examples
charting-library-examples copied to clipboard
Out of the box example throws multiple errors calling an 'info' API
I have downloaded and ran the VueJS example. Right after running this, I'm getting the following error continously.
sockjs.js?9be2:1609 GET http://192.168.68.106:8081/sockjs-node/info?t=1625195581004 net::ERR_FAILED
The IP is Network IP of my machine only, but where to I stop this and why this is called repeatedly? Please advice
Hello!
It looks like your backend is not running.
Have you started it with
npm run serve ?