When deploying a FlexiPage to a Winter’22 org I am facing this error:
"The 'xxxx' component instance doesn't have an identifier specified."
How can I fix it?
Answer
This is a change on the ComponentInstance type. To fix it, add an identifier to your component instance:
<flexiPageRegions>
<itemInstances>
<componentInstance>
<identifier>xxxxId</identifier>
<componentName>xxxx</componentName>
</componentInstance>
</itemInstances>
<name>content</name>
<type>Region</type>
</flexiPageRegions>
Attribution
Source : Link , Question Author : Alba Rivas , Answer Author : Alba Rivas