Describe the bug
I've an unmanaged solution that contains a Power Platform Code App and I'm trying to export in a zipFile and export it
I'm able to export it in a zipFile (mysolution_1.0.0.0.zip) but I receive an error on unpack
Steps to Reproduce
- Go to Power Apps --> Solutions --> My Solution
- Publish and Export solution as 'Unmanaged' solution
- Execute
pac solution unpack --zipFile mysolution_1.0.0.0.zip
Expected behavior
Unzip the unanaged solution
Actual behavior
Error: Missing or more than 1 composite reference 'BackgroundImageUri' found for canvas app sfp_mysolution_1f2a7, cannot resolve composite files for this component.
Describe the bug
I've an unmanaged solution that contains a Power Platform Code App and I'm trying to export in a zipFile and export it
I'm able to export it in a zipFile (mysolution_1.0.0.0.zip) but I receive an error on unpack
Steps to Reproduce
pac solution unpack --zipFile mysolution_1.0.0.0.zipExpected behavior
Unzip the unanaged solution
Actual behavior
Error: Missing or more than 1 composite reference 'BackgroundImageUri' found for canvas app sfp_mysolution_1f2a7, cannot resolve composite files for this component.