I am performing a migration from 3.5.0 to 4.4.0. Overall the whole process seem seamless. I was able to restore my 3.5.0 backup on 4.4.0 without any issues.
However, I am resting my webapp against the 4.4.0 cms and seeing issue with the Content API with existing json fields.
I am using JSON field type in a schema called Site.
I am trying to know if there is something I missed to in my migration? A configuration setting? Or could have executed the migration a bit differently?
Should I only trust the GraphQL? I would have to rework the web application to query/parse much differently.
I take this conversation to ask a question.
As I see on your screen, there is (was) a way retrieving nested Items in the Rest Api ?
I’ve looked everywhere, and found no way to do this.
I’m retrieving nodes recursively one by one, an was about to post a feature request… but if this feature exists, I really would like to know how to do this.
I can reproduce it, but I cannot explain how it happened. You have a draft for the content, so the published version is buggy. You can probably fix it but just publishing the draft again.
Because it is only one document I recommend to just ignore it.
Okay - Thanks Sebastian for taking a look at these items. Much appreciated.
I will examine my important and try saving/publishing the draft. I am lucky with the site type, it’s a technically a single item.
I am going to also look into moving everything to a graphql query as well.