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
On an project migrated/upgraded from Umbraco 9 to latest Umbraco 13.8.0, everything worked on local, but I struggled to update schemas on development and later on live environment.
It kept failing with different errors like these, where these are composition document types (under a "Compositions" folder):
It seems it tried to document type before container/folder was created.
I resolved it by create create from schema here first:
And next update from schema data again.
I also had to recycle application a few times and "clear cached signature" didn't seem to make a difference.
The text was updated successfully, but these errors were encountered:
On an project migrated/upgraded from Umbraco 9 to latest Umbraco 13.8.0, everything worked on local, but I struggled to update schemas on development and later on live environment.
It kept failing with different errors like these, where these are composition document types (under a "Compositions" folder):
It seems it tried to document type before container/folder was created.
I resolved it by create create from schema here first:
And next update from schema data again.
I also had to recycle application a few times and "clear cached signature" didn't seem to make a difference.
The text was updated successfully, but these errors were encountered: