Rasa open source : deployment in heroku

Hi,

I have deployed rasa 2.0 in heroku and have it working. Now I am facing issue getting the actions working (which works locally)

I created a separate heroku instance and hosted the actions.

Now I am facing issue getting this actions invoked from my rasa instance. I have edited the endpoint.yml and its input to rasa command when starting but sill get below error

Blockquote 2020-11-06T17:03:29.746340+00:00 app[web.1]: 2020-11-06 17:03:29 ERROR rasa.core.actions.action - The model predicted the custom action ‘validate_product_form’, but you didn’t configure an endpoint to run this custom action. Please take a look at the docs and set an endpoint configuration via the --endpoints flag. Custom Actions 2020-11-06T17:03:29.747407+00:00 app[web.1]: 2020-11-06 17:03:29 ERROR rasa.core.processor - Encountered an exception while running action ‘product_form’.Bot will continue, but the actions events are lost. Please check the logs of your action server for more information.

Appreciate any help on this.

Ok I found the issue and it was an incorrect path.