Shinyapps.io Not Working After Redeploying

I have a shinyapps.io app that is working well (https://solo-fsw.shinyapps.io/lavaangui/). I made some updates, and the new app works fine locally. However, it does not work on shinyapps.io. After some troubleshooting, I tried downloading the bundle from the working app (https://solo-fsw.shinyapps.io/lavaangui/) and redeploying it without any changes (to https://solo-fsw.shinyapps.io/lavaanguitest/). I also ensured that both versions use the same packages. However, the redeployed app also does not work on shinyapps.io. Could it be that the deployment process on shinyapps.io has changed in the past month, causing these errors? As far as I can tell, the bundles are now essentially identical. They can be inspected here: https://github.com/karchjd/share_files/raw/refs/heads/master/bundles.zip

Does the shinyapps log indicate a problem with the deployed app?

he log does not show it, but I see that a variable visible in lavaangui is not visible in lavaanguitest. If I fix this, then a file becomes invisible in a future_promise in lavaanguitest that is visible in lavaangui. An alternative explanation for the behavior I observe is that the future_promise is not running asynchronously in lavaanguitest.