You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After upgradeing our systems from 1.8 to latest nightly build (1.9*) I'm getting this error in randomly on different instances of the same app and different Views. Most notably when trying to browse ContentItems or Deployment Plans.
System.NotSupportedException: Deserialization of types without a parameterless constructor, a singular parameterized constructor, or a parameterized constructor annotated with 'JsonConstructorAttribute' is not supported. Type 'OrchardCore.Deployment.DeploymentStep'. Path: $.DeploymentSteps[0] | LineNumber: 0 | BytePositionInLine: 151. ---> System.NotSupportedException: Deserialization of types without a parameterless constructor, a singular parameterized constructor, or a parameterized constructor annotated with 'JsonConstructorAttribute' is not supported. Type 'OrchardCore.Deployment.DeploymentStep'.
Can't realy tell how to reproduce this, nor how to debug this.
The text was updated successfully, but these errors were encountered:
Describe the bug
After upgradeing our systems from 1.8 to latest nightly build (1.9*) I'm getting this error in randomly on different instances of the same app and different Views. Most notably when trying to browse ContentItems or Deployment Plans.
Can't realy tell how to reproduce this, nor how to debug this.
The text was updated successfully, but these errors were encountered: