Hi guys!!
I need conect http://localhost:5005/webhooks/rest/webhook to be able to establish a connection and to be able to send messages.
When i keep the conexion, the console return:
sanic.exceptions.NotFound: Requested URL /webhooks/callback/webhook not found I understand that the service hasn´t any page with this name. Is it possible?
I raised rasa service with this comand:
rasa run -m models --credentials credentials.yml --enable-api --log-file out.log
Thanks a lot