Loading...

Decode & Fix : Shared App host initialization has timed out in Microsoft Power Apps

Decode & Fix : Shared App host initialization has timed out in Microsoft Power Apps

 Issue :

While working with apps in the Microsoft Power Platform, we encountered a critical issue where the application failed to load properly. This error appeared intermittently, especially when using custom pages and embedded components.

Shared App host initialization has timed out

Error Log : 

Shared App host initialization has timed out

UciError: Shared App host initialization has timed out at s (https://content.powerapps.com/resource/uci-infra-web/scripts/app.4e71963626213ae9901b5ff59d931193.js:38:222131) at Object.execute (https://content.powerapps.com/resource/uci-infra-web/scripts/mds.ca217cfe2bc4dbe9b337ff1da6ed7c28.js:4:9805) at https://content.powerapps.com/resource/uci-infra-web/scripts/app.4e71963626213ae9901b5ff59d931193.js:14:669926 at new Promise (<anonymous>) at w._executeAsyncAction (https://content.powerapps.com/resource/uci-infra-web/scripts/app.4e71963626213ae9901b5ff59d931193.js:14:669627) at w._executeAsync (https://content.powerapps.com/resource/uci-infra-web/scripts/app.4e71963626213ae9901b5ff59d931193.js:14:669471) at w.executeAction (https://content.powerapps.com/resource/uci-infra-web/scripts/app.4e71963626213ae9901b5ff59d931193.js:14:668736) at t.dispatch (https://content.powerapps.com/resource/uci-infra-web/scripts/app.4e71963626213ae9901b5ff59d931193.js:14:674161) at Object.dispatch (https://content.powerapps.com/resource/uci-infra-web/scripts/app.4e71963626213ae9901b5ff59d931193.js:14:934840) at Object.dispatch (https://content.powerapps.com/resource/uci-infra-web/scripts/app.4e71963626213ae9901b5ff59d931193.js:14:673586) at dispatch (https://content.powerapps.com/resource/uci-infra-web/scripts/app.4e71963626213ae9901b5ff59d931193.js:14:669794) at Object.execute (https://content.powerapps.com/resource/uci-infra-web/scripts/custompage.7d14da912497527952785eaa16d9f3bc.js:4:25788) at https://content.powerapps.com/resource/uci-infra-web/scripts/app.4e71963626213ae9901b5ff59d931193.js:14:669926 at new Promise (<anonymous>) at w._executeAsyncAction (https://content.powerapps.com/resource/uci-infra-web/scripts/app.4e71963626213ae9901b5ff59d931193.js:14:669627) at w._executeAsync (https://content.powerapps.com/resource/uci-infra-web/scripts/app.4e71963626213ae9901b5ff59d931193.js:14:669471)


Root Cause Analysis

After detailed analysis, the issue was primarily related to performance and load delays in the app.

Key contributing factors:
  • Heavy data loading during app initialization
  • Complex logic in OnStart / OnVisible events
  • Multiple API calls executed simultaneously
  • Large datasets retrieved from Microsoft Dataverse
  • Custom pages or scripts taking longer to render
As a result, the system exceeded the allowed initialization time, causing a timeout.

Resolution / Fix

The issue was resolved by optimizing app performance.

Key fixes implemented:

Reduced initial data load
  • Loaded only required data instead of full datasets
Optimized queries
  • Used filtering instead of retrieving entire tables
Used Concurrent() for parallel execution
  • Improved performance of multiple data calls
Implemented lazy loading
  • Loaded data only when needed (on demand)
Simplified custom pages
  • Removed unnecessary controls and logic
Reviewed scripts and components
  • Eliminated long-running or blocking operations

Best Practices / Learnings
  • Avoid heavy logic in App OnStart
  • Always use delegation-friendly queries
  • Load minimal data initially
  • Use lazy loading for better performance
  • Regularly monitor app performance using tools
  • Keep custom pages lightweight and optimized
Conclusion:

In conclusion, this issue highlights how important performance optimization is when working with apps in Microsoft Power Platform. Even when the app logic is correct, heavy data loading and inefficient design can lead to critical failures like timeout errors. By focusing on efficient data handling, reducing unnecessary processing during startup, and adopting best practices such as lazy loading and optimized queries, you can ensure a more stable and responsive application. Proactively monitoring and refining performance will not only prevent such issues but also significantly improve the overall user experience.

Published on:

Learn more
Power Platform , D365 CE & Cloud
Power Platform , D365 CE & Cloud

Dynamics 365 CE, Power Apps, Powerapps, Azure, Dataverse, D365,Power Platforms (Power Apps, Power Automate, Virtual Agent and AI Builder), Book Review

Share post:

Related posts

Power Apps Vibe Coded Experience [Preview]

Here's how you can now create a Canvas App using a Vibe coded experience. This is Node based and the type is Code. Let's see how we can get to...

3 days ago

Power Apps Code Apps – Trigger a Power Automate Flow

In this article, I walk you through how to add and trigger a Power Automate cloud flow from a Power Apps code app. What type of flows can be a...

5 days ago

Power Apps – Dataverse Agent users with Microsoft Entra Agent ID

We’re introducing a new feature in public preview, Dataverse Agent users, powered by Microsoft Entra Agent ID. Rollout of this feature will st...

5 days ago

Power Platform Fundamentals #5: Building Your First Canvas App in Power Apps: Step-by-Step Guide from Setup to Deployment: Quick Read Series

Introduction Organizations today need quick, user-friendly business applications that can be built rapidly without heavy development effort. T...

10 days ago

Power Apps- Information regarding the end of support for the preview Analytics experience in Power Apps

On June 8, 2026, the preview Analytics experience in Power Apps, which allows makers to view usage, performance, and error metrics for apps, w...

12 days ago

Power Apps – Enhanced Search Experience in Grid Filters and Lookup Fields

We are introducing a faster, more intuitive search experience in Power Apps grid filters and lookup fields. This update replaces the legacy se...

13 days ago

Accelerating Model-Driven App Development with Power Apps Generative Pages: A Simpler Way – Part 1

We frequently work with clients who need modern, interactive, and visually appealing custom pages inside their model-driven apps. Most clients...

18 days ago
Stay up to date with latest Microsoft Dynamics 365 and Power Platform news!
* Yes, I agree to the privacy policy