Hi guys/ladies , i need help on hosting my rasa bot on to cloud , i currently had a robot which uses the rest webhook (e.g webhooks/rest/webhook) to communicate with the chatbot by using google STT to send a json body as POST request. My aim is have a end point with IP address used by hosting to use for my application
Can anyone guide me best deployment method for my rasa bot with action server on to the cloud VM or heroku please .
Please assist me on this i been stuck for about 10 days or so
Extra question : If i deploy Rasa X on GCP with using docker-compose , is there possible exposing the REST website api over http ?
Hi , I already did this for RASA X , but I need was deploying RASA open source instead due to I will need to use rest webhook API for get response from chatbat instead .
@BELIEVEIT Yes, Please see these video’s, I guess it have action server also I haven’t tried on GCP, and on Heroku I did but I currently forgot the process I am running my bot on my server using ngrok and Wordpress website.
Do let me know whilst seeing these video’s and keep smiling mate
Hi , does anyone who has exprience in docker could correct me on my mistake ? i followed this tutorial https://youtu.be/9C1Km6xfdMA by using docker-compose to deploy my chatbot on docker containers but my chatbot is unable to response to the action server, it return a empy array when i checked with postman , i replaced all rasa file with my rasa 2.0 file accordingly . The action server worked fine locally when using anaconda to run on rasa.