Hi everybody,
I'm having a strange issue with my code component.
I've followed the instructions at https://learn.microsoft.com/en-us/training/modules/build-power-apps-component/package-code-component and built my component. However, when I use
pac pcf push --publisher-prefix marc
there's no errors on the command line and the solution gets imported successfully - but immediately uninstalled, too.

No error codes to be seen.
When I create a solution via msbuild and upload it manually, things work just fine. The solution is installed and stays installed. No automatic uninstall.
I've tried that with two different (Developer) tenants; once inside a Production environment, once inside a Developer environment. And each time I had the same issue.
Maybe anyone has an idea why this is happening? That would make my week 🙂