The feed referenced by steps in this project no longer exists

Hi guys,

We use Octopus 3.3.17 and Teamcity 9.1.4.

Trying to deploy to DEV the build and create release steps work from Teamcity. We can see the new release in Octopus but when trying to deploy to DEV from Teamcity we get the following error:

[10:50:02] : [Octopus Deploy] Error from Octopus server (HTTP 400): There was a problem with your request.
[10:50:02] : [Octopus Deploy]
[10:50:02] : [Octopus Deploy] - The feed feeds-D_Build_DevQa_Feed referenced by steps in this project no longer exists.
[10:50:02] : [Octopus Deploy] Once you have corrected these problems you can try again.
[10:50:02] : [Octopus Deploy] If the problem is related to a variable you will need to update the variables for this release or recreate the release for the changes to take effect.
[10:50:02] : [Octopus Deploy] If the problem is related to the deployment process you will need to create a new release for the changes to take effect.
[10:50:02] : [Octopus Deploy]
[10:50:02] : [Octopus Deploy] Exit code: -7
[10:50:02] : [Octopus Deploy] Octo.exe exit code: -7

When we go into the external feeds under Library and test the feed we can see the newly created packages so it seems that it can see the feed there but not when it comes to finding the packages for deployment.

We get the same error when clicking the Deploy button from the Octopus UI.

The feed is a variable: see attached NugetFeedVariables.PNG, PackageDetails.PNG

Restarting the service did not solve the issue.

Any ideas?
Thanks,
Majella

Hey Guys,

Resolved the issue. Used the Name of the feed in the variable instead of the feed url. Changed feeds-D_Build_DevQa_Feed to feeds-d-build-devqa-feed (got it from the test URL) and all is good in the deployment world again.

Thanks,
Majella