Timeout when trying to connect RasaX to repository using curl

I have installed Rasa X version 0.27.5. and am following the Docker-Compose Quick Install steps.

When trying to connect to my Git repository, I keep getting a timeout error as follows: curl: (7) Failed to connect to 34.94.84.224 port 80: Connection timed out

I am using the following command that results in the above error: sudo curl --request POST --url http://34.94.84.224/api/projects/default/git_repositories?api_token=<> --header ‘content-type: application/json’ --data-binary @repository.json

I have browsed through other discussions around these but am not able to find a definitive solution.

Hi @Jay-Paly it looks like based on your other question here Train button on RasaX says "nothing has changed" although no model exists and when trying to upload model using curl, getting timeout error that you managed to solve this problem? If so, could you post your solution so that others with the same problem can see it?

Hi @mloubser, I wasn’t able to connect to my Git repository using curl. I used the RasaX GUI for the integration and was able to successfully integrate with my Git repository by clicking on the branch button on the bottom left part of the GUI. I would still like to understand how to achieve the Git repository integration with RasaX using the command line and would appreciate any inputs on that.

Ok, yes, it is intended that you use the GUI for connection in the latest versions of Rasa X. See my question on your other post re. using the API