So yes there is currently a compatibility issue. (thanks for sending that link btw). I am running 2.3.2 of rasa open source, and 0,35 of rasa x.
However I was actually able to edit the domain file in order to train and run rasa x again but of course rasa x re-wrote my domain.yml again (but I have a back up now). To make it run I edited the changes that were made to the intents plus a few other things I saw that I remembered to be different.
- affirm:
use_entities: true
- appreciate:
use_entities: true
Editied back to :
intents:
- affirm
- appreciate
Regardless I will update my rasa x version and see what happens! Thanks again.