When i try to install a package from prod to local am getting below error.
com.day.jcr.vault.packaging.PackageException: javax.jcr.ReferentialIntegrityException: Target node dcabd5e0-249d-4872-b19f-dbc5caac927d of REFERENCE property does not exist.
I checked the node having this issue and i could not see any mixin node to that node.
this means that in the package - you are using a NOde of type reference. Its referencing another part of the JCR. However - the issue is the referenced part of the JCR does not exist. Make sure that what ever it is referencing is in the JCR.
this means that in the package - you are using a NOde of type reference. Its referencing another part of the JCR. However - the issue is the referenced part of the JCR does not exist. Make sure that what ever it is referencing is in the JCR.