Hi, I am trying to authenticate with the Rasa X server using API token authentication. Executing this after replacing server host and api token:
curl --request POST \
--url http://<Rasa X server host>/api/projects/default/git_repositories?api_token=<your api token> \
--header 'content-type: application/json' \
--data-binary @repository.json
Gives me this error
{"reasons":["Authorization header not present."],"exception":"Unauthorized"}curl: (6) Could not resolve host: XX}
On Rasa X I can see my domain file, config file and story data but I can’t see my models directory and nlu data. Any idea where I could have gone wrong
This is what i get from docker-compose logs rasa-x
Edit: The API token authentication is now working but model files and nlu.md data still missing…don’t know both are present in the develop branch of my repository and I have set the target branch as develop