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..