Rasa Custom Action Limitation on number of actions

Hi,

My Custom Actions are 18 registered actions that are working fine. As soon as i register the number 19 then only last custom action get registered. Removing any other action from my old actions will make the 18 actions get registered back. Is there a limitation on number of custom actions? or memory limitation? how to overcome this?

I have used both commands to run the custom action: rasa run actions --cors “" --debug Or python -m rasa_sdk --actions actions --cors "” --debug

Rasa Version : 3.4.0 Minimum Compatible Version: 3.0.0 Rasa SDK Version : 3.4.0 Python Version : 3.8.3

Thanks

There’s no limit on the number of actions. Are you receiving an error when you start the action server?