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
{{ message }}
This repository was archived by the owner on Apr 5, 2022. It is now read-only.
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.ArgumentNullException: Value cannot be null.
Parameter name: subject
at EPiServer.RuntimeModelExtensions.GetOriginalType(Object subject)
at JOS.ContentSerializer.Internal.PropertyResolver.GetProperties(IContentData contentData)
at JOS.ContentSerializer.Internal.PropertyManager.GetStructuredData(IContentData contentData, IContentSerializerSettings settings)
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at JOS.ContentSerializer.Internal.PropertyManager.GetStructuredData(IContentData contentData, IContentSerializerSettings settings)
at JOS.ContentSerializer.Internal.JsonContentSerializer.Serialize(IContentData contentData)
at JOS.ContentSerializer.IContentDataExtensions.ToJson(IContentData contentData)