Hello everyone,
I am experiencing significant performance issues with a Power Apps canvas application that I have developed. The application has more than 20 screens, and we recently enabled the co-authoring feature. However, when trying to edit the application, it takes an excessively long time to load. Additionally, I frequently encounter the following error message:
“Can’t connect. Can’t establish a reliable connection to Power Apps. This could be a temporary problem or a problem with your network.”
Details:
- App Complexity: The application consists of over 20 screens.
- Co-Authoring: Enabled the new co-authoring functionality.
- Error Message: Frequently see the “Can’t connect” error message.
- Network: Checked and confirmed that the network connection is stable.
- Steps Taken:
- Optimized data loading by reducing the number of columns retrieved.
- Minimized the number of data calls and calculations in the OnStart property.
- Ensured the network connection is stable and has sufficient bandwidth.
- Used the Concurrent function to load data faster.
- Despite these efforts, the performance issues persist. I suspect that the co-authoring feature, which is currently in preview, might be contributing to these problems.
Request:
Has anyone else experienced similar issues with the co-authoring feature in Power Apps? Any suggestions or workarounds would be greatly appreciated. Additionally, if there are any known limitations or best practices for using co-authoring in complex applications, please share.
Thank you!