Open caoyu1995 opened 4 months ago
Hi, the errors you are seeing in console shouldn't be a problem, but I think the issue is that you need to change
this.socket = io();
to
this.socket = io("localhost:5000");
in \components\hooks\chatbotService.jsx
that's why the app is not able to connect to the websocket server.
You also need to first make sure you are running:
node server.js
then on another terminal you can run
npm run dev
Hey @harshith-eth the issue you are having is because the packages are not installing properly and this is due to the missing FontAwesome token in your .npmrc
file. You can check here: #3
when i got this project running there are some issues
and soket ios is keep regenerating as well
pls, help me with these