Specifics
Using Umbraco Cloud on Standard plan.
Umbraco Deploy fails when changing Media Folder to have permission for Article Media
Steps to reproduce
- Go to Settings -> Media Types -> Folder -> Permissions
- Add Child -> Select Media Type -> Article
- Submit -> Save
- Verify you have changes in /umbraco/Deploy/Revision/media-type__{some-hash}.uda
- Push changes to origin/master
- Go to the environment that got this change, in our case Development
- Go to Settings -> Settings -> Deploy
- Hit Update Umbraco Schema
Expected result
Last deployment operation completed
Actual result
It fails complaining about a node id it can't find
Workaround
- Remove article from Folder permission -> Save -> Add it again directly in Development -> Save
- Update Umbraco Schema now works