Custom action buttons didn't show

Hello all, I have uploaded a model file to rasa X and used the interactive learning. I found that it could show utter buttons but not custom action buttons. You may see the picture below.

I have checked if my docker image is pushed and running and it did.

Does anyone know how to solve it?

@pktang check on docker desktop that your action image is running or not or if you using docker compose image check the container port 5055.

Thank you very much for your reply. Though I found that it is shown action image is running as below.

It seems there is error shown in docker hub.

The dockerfile is like this. I just copied from rasa example except I removed /tmp in front of requirements.txt and changed ./tmp/actions to ./actions

image

I think it might be the reason why it is not functioning well. But I don’t know how to solve it. Keep on finding solution.