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
Appears to be a more widespread issue than first thought - Would make sense at this point to ensure that all requests with nullable props have said props marked with [JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)].
Describe the feature
Appears to be a more widespread issue than first thought - Would make sense at this point to ensure that all requests with nullable props have said props marked with
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
.Additional Context
appwrite/appwrite#8785
The text was updated successfully, but these errors were encountered: