Hi @Anonymous ,
Have you tried to deactivate the telemetry?
pac telemetry disable
...since I see something related to Application Insights. We also had some issued with the telemetry being blocked.
Another ideas:
1. check if the build of your component succeeds: "npm run build". Maybe is not able to build.
2. We had some issued with the NuGet feed while building, try "msbuild /p:NuGetInteractive="true". We actually need a Nuget.config in the PCF projects, otherwise we cannot build our PCFs
3. try "msbuild /t:build /verbosity:diag", maybe you get more details on the issue.
Hope it helps.
Kind regards,
Diana