Unable to open/import app in Mendix 8

1
Hey All, When I am trying to create an app in Mendix 8.18 as well as in other sub versions in mendix 8, I am not able to create or import an app in mendix8.  The error log: Mendix.Modeler.VersionControl.VersionControlException: An error occurred while retrieving the branches. ---> SharpSvn.SvnRepositoryIOException: Unable to connect to a repository at URL 'https://teamserver.sprintr.com/8f0482e7-ec3f-4fb8-a457-c78230039cdd/branches' ---> SharpSvn.SvnRepositoryIOForbiddenException: Access to '/8f0482e7-ec3f-4fb8-a457-c78230039cdd/branches' forbidden    --- End of inner exception stack trace ---    at SharpSvn.SvnClientArgs.HandleResult(SvnClientContext client, SvnException error, Object targets) in D:\a\SharpSvn\SharpSvn\build\src\SharpSvn\SvnClientArgs.cpp:line 78    at SharpSvn.SvnClient.List(SvnTarget target, SvnListArgs args, EventHandler`1 listHandler) in D:\a\SharpSvn\SharpSvn\build\src\SharpSvn\Commands\List.cpp:line 96    at Mendix.Modeler.VersionControl.Windows.SvnConnector.<>c__DisplayClass11_0.<GetBranchesFromFolder>b__0(ISvnClient c) in C:\Users\Autobuild\workspace\AppStudio4.0-Build\modeler\Mendix.Modeler.VersionControl.Windows\Svn\SvnConnector.cs:line 127    at Mendix.Modeler.VersionControl.Windows.SvnConnector.UriClientDo(Uri repositoryUri, Action`1 action) in C:\Users\Autobuild\workspace\AppStudio4.0-Build\modeler\Mendix.Modeler.VersionControl.Windows\Svn\SvnConnector.cs:line 348    at Mendix.Modeler.VersionControl.Windows.SvnConnector.GetBranchesFromFolder(IRemoteRepository repository, String folderName) in C:\Users\Autobuild\workspace\AppStudio4.0-Build\modeler\Mendix.Modeler.VersionControl.Windows\Svn\SvnConnector.cs:line 137    --- End of inner exception stack trace ---    at Mendix.Modeler.VersionControl.Windows.SvnConnector.GetBranchesFromFolder(IRemoteRepository repository, String folderName) in C:\Users\Autobuild\workspace\AppStudio4.0-Build\modeler\Mendix.Modeler.VersionControl.Windows\Svn\SvnConnector.cs:line 141    at Mendix.Modeler.VersionControl.Operations.Svn.SvnGetBranchesOperation.Execute(GetBranchesRequest& request) in C:\Users\Autobuild\workspace\AppStudio4.0-Build\modeler\Mendix.Modeler.VersionControl\Operations\Svn\SvnGetBranchesOperation.cs:line 35  
asked
1 answers
2

The error states that you cannot connect to the projects repository URL at Sprintr:

Unable to connect to a repository at URL 'https://teamserver.sprintr.com/8f0482e7-ec3f-4fb8-a457-c78230039cdd/branches

 

 

What might help:

  1. Assert that your password has not expired (sign off and sign in again)
  2. Assert that you are still a member of this project
  3. Should you have different Mendix accounts: assert that you are using the correct one

 

answered