How do I run the action server alongside rasa x? What’s the full command?
in a separate terminal you can run rasa run actions
Hey @akelad: Is there any way, we can run both the command in same terminal.
well yes, you can run rasa run actions &&
followed by starting up rasa. But then you need to kill the process manually later