Content migration Umbraco 7 to Umbraco 8 - server error (Json Serialization)
Hi guys, has anyone faced a similar issue after upgrading content from Umbraco 7 to Umbraco 8? To be more specific I was upgrading 7.15.3 version to 8.2.0, and after trying to access Home page content got this error:
That looks like your home page contains a nested content property, and the nested content has a dropdown property.
There's a change to how dropdown properties are stored in the database in v8, and the content migration doesn't (yet) know how to make that change for values inside nested content.
How much do you use dropdowns inside nested content? If it's only used in a few places then I could describe how to manually fix the stored value, but if you've got hundreds of pages to fix then that's not going to help.
Content migration Umbraco 7 to Umbraco 8 - server error (Json Serialization)
Hi guys, has anyone faced a similar issue after upgrading content from Umbraco 7 to Umbraco 8? To be more specific I was upgrading 7.15.3 version to 8.2.0, and after trying to access Home page content got this error:
Thanks in advance.
That looks like your home page contains a nested content property, and the nested content has a dropdown property.
There's a change to how dropdown properties are stored in the database in v8, and the content migration doesn't (yet) know how to make that change for values inside nested content.
How much do you use dropdowns inside nested content? If it's only used in a few places then I could describe how to manually fix the stored value, but if you've got hundreds of pages to fix then that's not going to help.
Hi Steve, thanks for the answer. I'm using the dropdown property in a few places.
This should fix it:
yourPropertyAlias:1099
withyourPropertyAlias:[]
. Save the page.is working on a reply...