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)
- 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
- Loaded only required data instead of full datasets
- Used filtering instead of retrieving entire tables
- Improved performance of multiple data calls
- Loaded data only when needed (on demand)
- Removed unnecessary controls and logic
- Eliminated long-running or blocking operations
- 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
Published on:
Learn moreRelated posts
Power Apps- Enhance row summaries in model-driven apps
We are announcing the ability to enhance row summaries in model-driven apps in Power Apps. This feature will reach general availability on Jun...
Calling Dataverse Actions and Functions from Power Apps Code Apps
When building Power Apps code apps, one of the most powerful things you can do is reach directly into Dataverse to trigger business logic. Whe...
Respond to a Power Automate Flow Approval in a Power Apps Custom Page or Canvas App
How to respond to Power Automate approval requests directly within a Power Apps custom page or canvas app, rather than email buttons or in Mi...
Inside Built-In and Custom Copilot UI Widgets powered by Power Apps
Custom app-powered Widgets feels like one of those shifts that will change how we think about Copilot experiences. Until recently, a lot of th...
Video: Transform Copilot With Custom UI Widgets Built In Power Apps
What you’re looking at here in Copilot is an interactive widget that I built with ... The post Video: Transform Copilot With Custom UI Widgets...
How to Automate Project Assignment in Dynamics 365 Using Power Automate and Power Apps Code Apps
This blog demonstrates how to automate project assignments in Microsoft Dynamics 365 using Microsoft Power Automate and Power Apps Code Apps, ...
Microsoft Power Automate – Build better forms with integrated Power Apps
We are announcing the ability to build better forms with integrated Power Apps in Power Automate. This feature will reach public preview on Ma...
Power Apps MCP server introduces closed-loop learning for enterprise agents
Building agents is fast. Teaching them how your organization works has been the hard part. Introducing closed-loop learning on the Power Apps ...
Microsoft Power Apps: A Complete Guide (2026)
In this era of constant change and digitization, it is a genius idea to use the PowerApps development platform to create applications for mobi...