Search code examples
octopus-deploy

Project is missing in api (hence octo.exe can't find it)


We're using octo.exe to create releases. It starts suddenly giving error saying can't find project. I checked the api/projects and that's true, it is not in the returned json response. But when I look at the dashboard I can see the project. The only thing I did was cloning another project from this one earlier. The cloned project is working fine but not the original project.

It exists in dashboard (web gui) but not in api (hence octa.exe can't find project)

Looks like api is caching the projects. The new projects that I created via GUI not available in api.

Thanks,


Solution

  • I have had the same issue yesterday. It turns out to be something interesting. I believe that your project is still there properly set, but the total number of projects that you have become more than the listed ones in the API, and that's why the Octo.exe couldn't see it anymore.

    I have explained here, how I managed to fix that issue quickly.