### 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: ```url http://git.mygitlab.com/maingroup/subgroup/reponame ``` The api path need: ```url https://git.mygitlab.com/api/v4/projects/maingroup%2Fsubgroup%2Freponame/repository/branches ``` But, current is: ```url https://git.mygitlab.com/api/v4/projects/maingroup%2Fsubgroup/repository/branches ``` @blazeyo ### Are there known steps to reproduce? _No response_