I was making some changes when building a loading screen and now when I re-open the editor to work on the App, the OnVisible function executes and eventually causes it to crash as it tries to load Data.
It its a relatively large data set that It collects in iterations. The intention is for that it can be referenced Offline so it utilizes the SaveData and LoadData functions.
It works fine on the Device as it has somewhere to store it, and it had been working fine when actually running it in the Browser with the SaveData and LoadData experimental features enabled.
But now that I have changed it to executing with a Loading Screen utilizing OnVisible (instead of manually with a button as I had been doing), every time I open the App the OnVisible executes before I can click into anything to make changes and locks me out while it attempts to Load or Save Data.
I really dont want to roll back the App Version as I have been having issues with PowerApps all week, earlier this week it wouldnt let me click on a certain screen and it kept booting me back. Couldnt delete the screen or anything and had to restore older versions where that screen didn't exist.
Having tried different browsers, reboots, CtrlF5s, Cookies, different user accounts I am now playing with trying to export the app and unpack it and try to comment out the OnVisible functions in VSCode and try to reupload it, but currently not having alot of success reuploading it. When I unpack edit and repack the MSAPP file that comes from an export it gives me an error when I try to upload it again.
I had only played with this previously by selecting File -> Save to Computer and then File > Open > Browse and Select the MSAPP file. But I cannot click on File as it freezes up before allowing me to do anything when I open the App.