Rasa X and multiple domain files

I have installed Rasa X on-premises using Quick-Install.

I had to delete and reinstall the cluster because of an issue. Anyway, I also decided to split my domain into multiple files.

Previously, when I did that, Rasa X detected the multiple domain files. But on a fresh installation, it does not let me connect to my GitHub repo. Rasa X says “Something went wrong. Please try again.”: image

This is what the logs say:

/usr/local/lib/python3.8/dist-packages/rasax/community/utils/cli.py:84: UserWarning: The connected repository has an invalid project layout. Integrated Version Control requires the domain to be present at the following path: 'domain.yml'
ERROR:rasax.community.api.blueprints.git:The connected repository has an invalid project layout. Integrated Version Control requires the domain to be present at the following path: 'domain.yml'

I also split up my action file, I don’t know if this is gonna cause a problem.