I followed this tutorial Connect Rasa Open Source to Rasa Enterprise and successful to deploy rasa x to GCP. Now i want to connect another UI front-end to rasa server but i can’t find link to request POST method to get the answer.
When i run Rasa X in localhost, i can request to http://localhost:5005/webhooks/rest/webhook to get the answer like this:
@rctatman@stephens
I am using local mode and trying to connect rasa server with my custom channel using RestInput. I did add /core to my postman request URL like this http://localhost:5005/core/webhooks/rest/webhook (Although currently i am testing it locally, I plan to shift to a domain) I still get the same error. Is it mandatory to run Rasa X server ? Currently i am running rasa server using command rasa run