Good Morning,
I have an error and I don't find anything on the web, I am asking for the community help.
Here is the scenario (please, I know there is better ways to do this, but I have to deal with restrictions):
I have 3 apps:
1. App (DEV), in Environment ABC, connected to Azure Repo branch dev.
2. App (STG), in Environment ABC, connected to Azure Repo branch staging.
3. App, in Environment XYZ, connected to Azure Repo branch production.
I push the code from branch dev to branch build-staging.
An Azure Pipeline edit some lines in App.fx.yaml and push the code in branch staging.
Same flow from branch staging, to build-production, and the Azure Pipeline push the code in branch production.
From dev to staging, it works perfectly. The pipeline is running very quickly and the app is sent in the right branch. I am able to open and publish the app in Power Apps Studio, no problem there.
When I complete the same flow, from staging to production, I am not able to open the app in Power Apps Studio.
The pipeline is completed successfully and I can see the changes in Azure Repos. When I try to open the app in Power Apps Studio, I have this error:
Error PA3003: Parse error: Property should be at same indent level
1 errors, 0 warnings.
When I click on "More", I only see the Session ID.
Please, note that I also tried to open the app in the same environment as the 2 others, with the same effect.
I also tried to pack the application using the code from the Repo (with PAC cli) and got the exact same error:
How should I proceed to get more information about the underlying error ?
Is any of you already had this kind of error ?
How may I find the "property" that is not at the same indent level ?
Thank you very much!
Note: I will also post the issue in the GH repository and keep both threads updated.
EDIT (1)
I was able to find the log file with the command pac telemetry status. Here is the lines added with pac canvas pack:
2023-11-15 14:34:41.0480 | INF | bolt.cli.CommandProcessor :: StartExecutingVerb (Verbs: ["canvas","pack"])
2023-11-15 14:34:41.0782 | INF | bolt.cli.Verb :: Executing verb 'canvas pack' with arguments --sources,--msapp.
2023-11-15 14:34:41.1062 | INF | bolt.cli.TelemetryImplementation.PacTelemetryClient :: SetCurrentUser called with user=; dataverse=; profile=.
2023-11-15 14:34:42.9370 | INF | bolt.cli.TelemetryImplementation.RegionalOneDSTelemetryConfigurationProvider :: Flushing the default config for environment Microsoft.PowerPlatform.Tooling.OneDS.OneDSTelemetryConfiguration.
2023-11-15 14:34:42.9370 | INF | bolt.cli.TelemetryImplementation.RegionalOneDSTelemetryConfigurationProvider :: Flushing the config geo US.
2023-11-15 14:34:43.1182 | INF | bolt.cli.TelemetryImplementation.RegionalOneDSTelemetryConfigurationProvider :: Flushing the config geo EU.
2023-11-15 14:34:43.1182 | INF | bolt.cli.TelemetryImplementation.RegionalOneDSTelemetryConfigurationProvider :: Instance disposed.
2023-11-15 14:34:43.1457 | INF | bolt.cli.CommandProcessor :: EndExecutingVerb (Success: False, Execution Time(ms): 91)
Sadly, nothing to help me locate the source of the error.
Did you find any solution for this issue? Facing this whenever I make changes to yaml files
I was able to find the log file with the command pac telemetry status. Here is the lines added with pac canvas pack:
2023-11-15 14:34:41.0480 | INF | bolt.cli.CommandProcessor :: StartExecutingVerb (Verbs: ["canvas","pack"])
2023-11-15 14:34:41.0782 | INF | bolt.cli.Verb :: Executing verb 'canvas pack' with arguments --sources,--msapp.
2023-11-15 14:34:41.1062 | INF | bolt.cli.TelemetryImplementation.PacTelemetryClient :: SetCurrentUser called with user=; dataverse=; profile=.
2023-11-15 14:34:42.9370 | INF | bolt.cli.TelemetryImplementation.RegionalOneDSTelemetryConfigurationProvider :: Flushing the default config for environment Microsoft.PowerPlatform.Tooling.OneDS.OneDSTelemetryConfiguration.
2023-11-15 14:34:42.9370 | INF | bolt.cli.TelemetryImplementation.RegionalOneDSTelemetryConfigurationProvider :: Flushing the config geo US.
2023-11-15 14:34:43.1182 | INF | bolt.cli.TelemetryImplementation.RegionalOneDSTelemetryConfigurationProvider :: Flushing the config geo EU.
2023-11-15 14:34:43.1182 | INF | bolt.cli.TelemetryImplementation.RegionalOneDSTelemetryConfigurationProvider :: Instance disposed.
2023-11-15 14:34:43.1457 | INF | bolt.cli.CommandProcessor :: EndExecutingVerb (Success: False, Execution Time(ms): 91)
Sadly, nothing to help me locate the source of the error.
Stay up to date on forum activity by subscribing.
WarrenBelz
770
Most Valuable Professional
stampcoin
494
MS.Ragavendar
399