Rasa train gives ActionNotFoundException: Cannot access action 'find_facility_types', as that name is not a registered action for this domain

[Rasa train gives ActionNotFoundException: Cannot access action ‘find_facility_types’, as that name is not a registered action for this domain

![ra1|690x347](upload://gc2Mm0ItBvn7lrPPHYjYKEciI0N.jpeg) 

i actions.py (10.0 KB) config.yml (1.3 KB) domain.yml (1.3 KB) have attached actions.py , domain.yml and config.yml files. Please let me know what I’m missing or doing wrong.

Hi, this looks like just a typo - in your domain file you’ve listed the action as action_find_facility_type, whereas in your actions.py def name(self) -> Text: returns find_facility_types. These names should be the same (also when you use them in rules or stories)

1 Like

ActionNotFoundException: Cannot access action ‘utter_iamabot’, as that name is not a registered action for this domain. i am facing this issue . actions is added in domain.yml and checked the typos it seems fine but still could’nt fix