sillsdev / languageforge-lexbox

Lexbox, SIL linguistic data hub
MIT License
7 stars 2 forks source link

AddSemanticDomainChange deserialization exception #1257

Open myieye opened 3 days ago

myieye commented 3 days ago

Describe the bug System.InvalidOperationException: Each parameter in the deserialization constructor on type 'LcmCrdt.Changes.AddSemanticDomainChange' must bind to an object property or field on deserialization. Each parameter name must match with a property or field on the object. Fields are only considered when 'JsonSerializerOptions.IncludeFields' is enabled. The match can be case-insensitive.

To Reproduce Sadly, I don't really know how my attached project got into this state. It started triggering the errors after uploading it (or trying to?). I might have tried to upload it to an existing crdt project, but I'm not actually sure 🤔

Expected behavior No errors

hahn-kev commented 3 days ago

just opened the project in the latest version of FW Lite (a release build) and it's working fine. I'll try later with a local dev build