(Submit keeps failing with a “something went wrong” message. Now trying without attaching a log file)
Searching turns up some ancient discussion about an issue that sounds like ours. This seems like it should be a very common issue so I’m surprised I can’t find more on the subject.
We need to see the auto-gen’d WSDL help screen for our service which we enable like so in our web.config:
<standardEndpoints>
<webHttpEndpoint>
<!--Configure the WCF REST service base address via the global.asax.cs file and the default endpoint
via the attributes on the <standardEndpoint> element below-->
<standardEndpoint name=""
helpEnabled="true"
automaticFormatSelectionEnabled="false"/>
</webHttpEndpoint>
</standardEndpoints>
But if we have that in the web.conf we get the errors in the attached log. Commenting it out allows the deployment to succeed but then we can’t see the service help page.
Octopus version: 3.3.4; API version: 3.0.0
Thanks,
Dennis