Hello,
I have find an issue in EasyMorph Desktop 5.9.6.1 with the "Construct HTTP response" action.
With this specific configuration (no problem with others error response code) :
When I save and try to reopen the project I got this message :
When I try to publish it on EasyMorph Server, I got this message :
Here the part of the deblog from the diagnostic information where I can see the problem :
To be able to open my project, I removed the construct HTTP response action from the XML :
<ConstructHttpResponseAction ResponseType="Error">
<Response ResponseCode="BadRequest" IncludeErrorMessage="true">
<ErrorCode Value="01" Type="Text" />
<ErrorMessage Value="Error description" Type="FirstValue" />
</Response>
</ConstructHttpResponseAction>
I will just work with others error response code for now.
Have a good day !