You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.
// existingws_url: 'ws://my-host-ip:3000',// changed to ws_url: 'ws://my-host-ip:3000/chatbot',
But its not working, basic thing I found that http;//localhost:3000/chatbot/index.html and http;//localhost:3000/chatbot/client.js itself are not accessible
To my surprise http;//localhost:3000/client.js is accessible.
Hi,
Right now server is running on
http;//localhost:3000/
I want to run it likehttp;//localhost:3000/chatbot
So I need to change following:
in components/wxpress_webserver.js
In public/index.js
In public/client.js
But its not working, basic thing I found that
http;//localhost:3000/chatbot/index.html
andhttp;//localhost:3000/chatbot/client.js
itself are not accessibleTo my surprise
http;//localhost:3000/client.js
is accessible.Then I commented in components/wxpress_webserver.js
And restarted the server
node bot.js
Still
http;//localhost:3000/client.js
is accessible, so how this is happening I am not able to understand.Any clarification? and how can I achieve desired result i.e.
http;//localhost:3000/chatbot
.The text was updated successfully, but these errors were encountered: