microsoft / powercat-creator-kit

This toolkit helps create well-designed Power App experiences on the web & mobile. It contains a component library; PCF controls and other utilities that increase developer productivity.
MIT License
296 stars 49 forks source link

[BUG]: Missing Creator Kit Components in Canvas app after deploying to new environment #422

Closed Ludzik1993 closed 7 months ago

Ludzik1993 commented 7 months ago

Describe the bug

My team tries for the first time deploying the solution from one environment to another with the Creator Kit Components used (People Picker & Picker) by using Azure DevOps Pipeline. We also set up the Admin Centre framework settings to on.

We set up dependencies (CreatorKitCore_1.0.20230727.2_managed) to be imported first before the solution - we had no errors, everything went smooth.

When we open our Canvas app where the components were used everything is showing up except those components - there are just blank holes in the forms where they should be.

We checked and the Solution [Creator Kit] with the [Power CAT Component Library] and 24 controls is there in the new environment.

We also tried to import the Creator Kit manually after that - but nothing changed :/

As a additional notes:

Expected behavior Pickers to show up :)

Ludzik1993 commented 7 months ago

Solved - there had to be some delay with applying the Framework setting in Admin Centre - I deleted the solution and re-imported it and everything is working smooth :) - I added to internal instructions to wait 15 minutes after applying those before importing the solution and hope it will solve the problem in the future.