How to make form actions work in RASA X?

I have a bot which uses forms/slots to extract user information for a support workflow. It works well on rasa shell and also the rasa run actions work well, but it is only on my local machine

However, I cannot make it run on RASA X, even though I went thru the process of running a custom action server with docker.

What is the best way to make this run on a server? Are there options to make rasa shell accessible by the API?

We might need more info from you.

How did you setup your server? Did you remember to put your docker image in the docker-compose.override.yml file?

What happens when you run the server? Are you getting answers at all? Did you take a look at the logs of the custom action container? It might show some errors.