threefoldtecharchive / jumpscaleX_threebot

Apache License 2.0
0 stars 3 forks source link

Incorrect REST call when using chatflow soultions #631

Closed Pishoy closed 4 years ago

Pishoy commented 4 years ago

Trying to open any of the solutions in chatflow (Network / Ubuntu / etc. ) using https://localhost:4000 makes a REST call to https://localhost/zerobot/webinterface/actors/chatbot/session_new while the web interface is running on port 4000. This makes the chatbot progress ball spin infinitely.

if I use the host system's ethernet address instead of localhost, I get the same problem -- the REST call uses port 80 instead of 4000

xmonader commented 4 years ago

duplicate of https://github.com/threefoldtech/jumpscaleX_threebot/issues/628