I am getting the following issue with one of the Projects that I have. Other projects appear to be fine.
I needed to update the variables for a release and I received an error. I deleted the latest release for this and tried to recreate it and received the error below. If I click on a release in the list of releases for this project, I get the same error.
Paul
Octopus v2018.7.10
Object reference not set to an instance of an object.
System.NullReferenceException
at Octopus.Server.Web.Api.Actions.ReleaseTemplateAction.<>c.b__7_3(VariableSet v)
at System.Linq.Enumerable.SelectManyIterator
at System.Collections.Generic.List1..ctor(IEnumerable
1 collection)
at System.Linq.Enumerable.ToList[TSource](IEnumerable1 source) at Octopus.Server.Web.Api.Actions.ReleaseTemplateAction.ExecuteRegistered(String id) at Octopus.Server.Web.Infrastructure.Api.Responder
1.Respond(TDescriptor options, NancyContext context)
at System.Dynamic.UpdateDelegates.UpdateAndExecute3[T0,T1,T2,TRet](CallSite site, T0 arg0, T1 arg1, T2 arg2)
at Octopus.Server.Web.Infrastructure.OctopusNancyModule.<>c__DisplayClass14_0.<get_Routes>b__1(Object x)
at Nancy.Routing.Route.<>c__DisplayClass4.b__3(Object parameters, CancellationToken context)