Umbraco cloud workspace transfer - schema mismatch...
# help-with-umbraco
w
I'm trying to promote content from one environment to the next in umbraco cloud, and I'm getting a "schema mismatch" error - however there are no further details on what is specifically triggering the mismatch in the error, shown in the attached screenshot. Based on both the Umbraco cloud docs on resolving schema mismatches, and the markup on the page itself, there is supposed to be a list of further details for each mismatch. Has anybody encountered this before? https://cdn.discordapp.com/attachments/1234540920503013448/1234540921207521360/20240429_172108.jpg?ex=66311b54&is=662fc9d4&hm=03a864b9bbf3bb2176d6878eeb66d9883ad416d5222e8c78805d269ba349b393&
s
The two document types at the top don't seem to be the same on both environments. More info on schema mismatches: https://docs.umbraco.com/umbraco-cloud/troubleshooting/deployments/schema-mismatches
r
Unfortulately this happens with Umbraco Cloud, even when the document types are actually the same. The fix is to go into each document type (ArticulateMarkdown & ArticulateRichText) and make a small change (like edit the description for each). This forces a re-save and then push the changes up through your environments. That should out them back into Sync (even though technically they may have alreaedy neen in sync). This is the 'official' fix if you follow the Docs.
w
Thanks for the replies - I know about the options available for resolving the mismatches, my question related to the missing details which are normally given that specify exactly what is causing the mismatch. However if Umbraco cloud wants to keep its secrets then I suppose there's nothing I can do about that..
if you need to do a more exact compare, you can look at the
.uda
files in both environments to see how they differ exactly, there might be more options but I can't remember now
w
Yes, I know the name of the doctype @Sebastiaan , but based on the Umbraco docs, it should also have a specific list of details about what is happening on that doctype - see this screenshot from the page you linked https://cdn.discordapp.com/attachments/1234540920503013448/1234887573311062036/Screenshot_20240430_162138_Chrome.jpg?ex=66325e2c&is=66310cac&hm=df4cd30f61df11c2926918001ac4c39e780ba4669025705ca816c0e88ea20252&
My screenshot is missing the bulleted list underneath the doctype names
As I also noted in my original comment, if I inspect the markup of the error message, there is some angular code responsible for populating this list of details. It just doesn't have anything in it, and I don't know what that indicates.
If it's normal for Umbraco to just throw up its hands and go "dunno lol" like this, then I'd humbly suggest that the powers that be update the documentation to reflect this
After doing a manual diff on the uda files between environments, the staging environment doesn't have some of the compositions the other environment does. Seems like something the process should be able to tell me.
5 Views