How are you running AnythingLLM?
Docker (local)
What happened?
relative issue and pull request: #2315 #2316
When the gitlab repo path has multiple hierarchical groups, the project path cannot be obtained correctly.
Like this gitlab repo:
http://git.mygitlab.com/maingroup/subgroup/reponame
The api path need:
https://git.mygitlab.com/api/v4/projects/maingroup%2Fsubgroup%2Freponame/repository/branches
But, current is:
https://git.mygitlab.com/api/v4/projects/maingroup%2Fsubgroup/repository/branches
@blazeyo
Are there known steps to reproduce?
No response