Chat exemple bug

Hello Webix team,

I doawnload the chat example from :
https://docs.webix.com/desktop__server_faye.html

I changed Faye port to 3000 and launched the server.js : its ok

Here the JS error :

Attempt to copy object with self reference webix.js:172

WEBIX is loaded from

<script type="text/javascript" src="//cdn.webix.io/edge/webix.js"></script>
<link rel="stylesheet" type="text/css" href="//cdn.webix.io/edge/webix.css">

Could you help me to do this example working please ?

Thanks

it’s the same from

Hey @XavierDP, I’ve tried running both of the demos, both ran just fine for me (though the first one had some errors). Could you please specify the steps you’ve taken to run the demo? (download → installation → running the demo). In my case all I did was:

  1. Downloaded the demo.
  2. npm install the packages.
  3. Run the server and open up the html page.
    You probably did the same, but I’m just making sure here, since I’m not a hundred percent on what might be causing the issue in your case.
    Also please note that this is a soon-to-be deprecated feature that you shouldn’t be using if you are planning to use it in any real project.