Skip to content

Update schemas sometimes fails as it seems to creating document type before folders/containers exist #262

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
bjarnef opened this issue Apr 29, 2025 · 0 comments

Comments

@bjarnef
Copy link

bjarnef commented Apr 29, 2025

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):

Image

Image

It seems it tried to document type before container/folder was created.

I resolved it by create create from schema here first:

Image

Image

And next update from schema data again.

Image

I also had to recycle application a few times and "clear cached signature" didn't seem to make a difference.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant