azureazure-devopspowerappspowerapps-canvaspower-platform

Cannot play a canvas app after importing it to Another Environment/Another Tenant (using Azure DevOps PP Build Tools)


I have a simple canvas app (contains some screens and connector to mssql db) and I am doing a PowerApp solution export/import from Tenant A/Environment A to Tenant B/Environment B using Azure DevOps pipelines.

But after import, I cannot play the app. I'm getting this weird error: enter image description here

It's weird because I can go into the editor and edit it, but I can't open it. Even if I import solution into the same tenant but into a different environment, the problem is the same.

Has anyone encountered this and how can it be solved?


Solution

  • I found what the problem was, I needed to share access to myself. This sounds strange, but after deployment, this application was essentially not available for anyone to run, but after sharing, everything worked. Thanks for responses.