Deployment from Docker to Heroku HELP rasa team

Hi can somone please help us! @Rasa

So we have this rasa bot working everywhere but really want to deploy it the right way on our website. We have set up this docker-compose file like the documentation in RASA explains it, that works perfectly but as soon we deploy it to Heroku everything stops working. We have made Heroku work by putting this code in the Procfile web: rasa run --cors “*” -p $PORT; Then of course the action server is not connected and as much I understand this deployment we have skipped over the Docker part of it.

Can someone try to take time on helping us on this. Can post further explanation of our problem if needed, but really some documentation on this would help greatly.

1 Like

The error you are facing could be because Heroku adds a / before port number in $PORT
Refer to the post below to see how they solved it