After building and running my Power Apps Code App, I used the command:
pac code push
The deployment works without throwing any errors, and the app shows up in my environment. However, when I try to open/run the app in Power Apps, it fails to load and shows:
App Timed Out – The app did not send a signal that it was ready and able to boot. Please ensure that the app is configured correctly to run within the platform.
✅ What I have already done:
Enabled Code Apps preview feature in the environment settings.
Installed the latest Power Platform CLI (pac).
Verified Node.js / React build is compiling correctly.
Configured authentication (Microsoft Entra ID).
Made sure environment + tenant policies (DLP, Conditional Access) are not blocking it.
⚠️ Still stuck with the timeout issue — not sure if it’s related to my React app initialization, missing handshake signal to the host, or a configuration mismatch on Power Platform side.
Has anyone else faced this timeout problem after pushing Code Apps?
If yes, how did you resolve it? Any troubleshooting tips would be a huge help 🙏