RasaX actions are not working

I have followed the Tutorial of Justina - (Ep #9 - Rasa Masterclass) Improving the assistant: Setting up the Rasa X

I have Rasa X installed on GCP and it works for stories, but output of action class does not come, and BOT jumps to next step of saying Bye. Pls. advice in detail as i am new to this.

Also before going to RASA X on GCP i have run successfully the BOT on local machine in RASA. It works perfectly fine. actions.py (1.5 KB) nlu.md (347 Bytes) stories.md (427 Bytes)

/etc/rasa/docker-compose.override.yml:

no change in end point:

Boot screen: The green action form content is all missing:

Logs directory has nothing into it !! not sure how to enable logging.

I did this with some trouble shooting: docker-compose logs | grep survey Result:

One more problem on connect with Telegram it keeps repeating first message with below errors:

@Juste, @akelad: Please help on second issue first.

Hi @may, can you check the logs of your action server? You should be able to retrieve them with sudo docker-compose logs rasa-app

(myenv) root@rasa-server3:/etc/rasa# sudo docker-compose logs rasa-app ERROR: No such service: rasa-app

Can you share the output of sudo docker ps -a?