Hi Garrett Wong,
It seems the issue is with the temporary solution created during the push process. Here's what could be happening:
1.Temporary Solution Wrapper: The output indicates that a temporary solution wrapper was generated (PowerAppsToolsTemp_lab.zip). This is a common step used by the CLI to push the component, but sometimes it may not push as a permanent solution right away.
2.Check Solution History: Since you can see it in the Solution History
, this suggests that the push command is being partially successful, but not completing the final step of permanently installing the solution.
3.Clear Temporary Solutions: Try the following steps to resolve the issue:
Run the command:
pac solution cleanup
This will remove any temporary or partial solutions.
Re-run the push command:
pac pcf push --publisher-prefix lab
4.Ensure Proper Environment: Verify that you are working in the correct environment by running:
pac org who
Ensure that the Dev environment is selected and properly authenticated.
5.Build Output Name: The temporary file (PowerAppsToolsTemp_lab.zip) may indicate an issue with the solution naming convention during the push. Try renaming the component to ensure it follows consistent naming and doesn't end up as a temporary file.
Let me know if you need further assistance
If you have found the answer provided to be helpful, please click on the "Accept answer/Upvote" button so that it is useful for other members in the Microsoft Q&A community.
Thank you.