You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 13, 2025. It is now read-only.
Octopus CLI, version 9.1.3
Detected automation environment: "NoneOrUnknown"
DispatchRequest: GET https://my-hosted-octopus/octopus/api
DispatchRequest: GET https://my-hosted-octopus/octopus/api
DispatchRequest: GET https://my-hosted-octopus/octopus/api
DispatchRequest: GET https://my-hosted-octopus/api/spaces
Exception of type 'Octopus.Client.Exceptions.OctopusResourceNotFoundException' was thrown.
Error from Octopus Server (HTTP 404 NotFound)
Exit code: -7
As you can see, the URL stripped off the context path /octopus in the last DispatchRequest.
Have been trying to push a package using
octo pushfor URL https://my-hosted-octopus/octopus/api.But it fails with the following logs
As you can see, the URL stripped off the context path
/octopusin the last DispatchRequest.We further tried with the plain curl command :
It works fine with the curl command but fails with the octo cli push command.