Error from Octopus server (HTTP 404): The resource you requested was not found

I have recently installed 2.0.8 version of octopus server. teamcity and octopus both using same domain account authentication. But still I am getting the following while doing a deployment from teamcity

[12:00:03][Step 1/1] Octopus Deploy (7s)

[12:00:03][Octopus Deploy] Running command: octo.exe create-release --server http://build/octopus/app --apikey SECRET --project Service --enableservicemessages --version 1.0.0.186 --deployto Deploy-Dev --waitfordeployment --packagesFolder=Temp

[12:00:03][Octopus Deploy] Creating Octopus Deploy release

[12:00:04][Octopus Deploy] Octopus Deploy Command Line Tool, version 2.0.5.20

[12:00:04][Octopus Deploy]

[12:00:04][Octopus Deploy] Using package versions from folder: Temp

[12:00:04][Octopus Deploy] Package file: Temp\MessagingServices.1.0.0.186.nupkg

[12:00:04][Octopus Deploy] Handshaking with Octopus server: http://build/octopus/app

[12:00:11][Octopus Deploy] Error from Octopus server (HTTP 404): The resource you requested was not found.

[12:00:11][Octopus Deploy] Exit code: -7

[12:00:11][Octopus Deploy] Octo.exe exit code: -7

[12:00:11][Step 1/1] Unable to create or deploy release. Please check the build log for details on the error.#

Please guide,
Kind Regards
Sam

Hi Sam,

I believe the Octopus address needs to be http://build/octopus, rather than http://build/octopus/app.

Hope this helps,
Nick

Thanks Nick