Hello,
Yesterday I wanted to rebuild a simple progress control I found on the PCF Gallery. It worked fine in the test harnass locally so I went ahead and build a solution for it. But when I imported the solution in my developer / community environment I got a generic error:
"Cannot import the solution, please try again later"
When debugging this issue I actually removed almost all logic / code / styling from my component and ended up with a bare minimum (only 1 property and file inside the manifest, only 1 html change inside my index.ts). Even so I still got the error. I also changed the name of my component to avoid any conflicts..
So I went ahead and deployed it to a different test sandbox environment I have access to. There it worked.
I then went to a different developer / community environment I have access to and again got the import solution error.
Is there something not deployed yet to all environments? Where can I see the versioning of the PCF framework that is needed? I would really like to go ahead and develop this locally..
Apparently there are some issues importing solutions happening around environments as we speak. After I imported an empty solution to my developer environment I could then import my PCF control..
Probably some release wave upgrades!
Yes. Wave 1 is rolling out now and it includes significant changes to PCF controls. Specifically, they are releasing "Virtual" React and Fluent components, which will have significant impacts on the way that PCFs are built locally.
Try rolling back your PAC version to some recent release older than what you're using. See if that fixes the issue.