Content migrated from TechNet. Post attribution to: Brian Dang
Unable to open the app. Please check that you're connected to the internet."
The main problem I have with PowerApps is when a cloud app will not open. Saving works fine. PG is aware of the root cause and replied that it was not a problem with my app, but server-side. I am starting to think the heavier parts of my app have something to do with it.
I have 3 main projects going on. For each project, I have 3 cloud apps. They each have a different purpose:
- Stable copy
- Test copy #1
- Test copy #2
I need to have that many because if I save over the Stable copy, the end user is stuck with a copy that doesn't work. So I save to Test copy #1 first. If it's good, I save on top of the Stable copy.
2 of my projects save an open without a problem, but the third one has heavy Patch, Update, and UpdateIf. Do you guys have this problem where the app will not open? I am wondering what I can avoid putting in my app that could ensure that it can be opened.