Closed prashantkaria closed 3 years ago
I am also facing the same problem. Any solution to this issue?
I am also facing the same problem. Any solution to this issue?
Nope I still didn't find the solution. I hope we get answer from someone who knows the solution.
Hello @prashantkaria and @arunptp , there is a special configuration required for the websocket when using NGINX, can you check the documentation to see if it's configured correctly? https://botpress.com/docs/advanced/hosting#setting-up-nginx
What transport are you using? did you try switching long polling / websocket in the botpress configuration?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Hi - we will close this, please reopen if need be.
I have domain attached with botpress and did reverse proxy so it can work with SSL. I wanted to change the url like chat.mydomain.com/abcd. So I added that url in botpress config file (externalUrl). That is working to open the studio but chat is not working.
I checked the console but it's giving me following error :- Error during WebSocket handshake: Unexpected response code: 400
I have tried to change socket url in proxy setting in my apache conf file but still the same error. I checked the document but it only mention about changing externalURL variable and nothing else so I am not sure how to solve this error.
I am using Apache as web server and I have bot installed on AWS Ec2 Ubuntu 18.04