I have 5 different versions of the same code as different shinyapps deployed. 4 of them run fine. Today one stopped loading for the users using it. The logs have an error related a function "get_quosure" which appears to be stopping a reactivevalue variable from being defined.
After scratching my head for a bit I decided to simply download one of the working versions and redploy it in place of the app that stopped working. Yet it still errors exactly the same.
I downloaded it and ran it locally, works every time. I uploaded it as if it was a completly new app to a new name and had removed the rsconnect folder, and it still gives the same error.
My worry now is the the other version that are still running OK suddenly come down with same issue. I have no idea how I'd get them running again, nor why it's happened in the first place.