I have a Shiny app which has worked perfectly for a number of years. I recently upgraded linux (ubuntu) and all associated apps using the standard apt-get update/upgrade syntax which left me running ubuntu 18.04 and upgraded R from 4.0.0 to 4.3.0.
Now (having updated a number of associated libraries), the plots on my app aren't displaying. The same code runs and displays perfectly on my macbook (still running R 4.0.2).
I have checked the logs and no log file is generated suggesting that, as far as R is concerned, the code is executing (and exiting) normally.
I have followed the instructions in this post
Accessing Error log in shiny-server deployed on AWS instance
in order to get additional error logging - but this also shows no errors are being identified.
Have others seen this with R 4.3.0 and ggplot ? if so is it reasonable to simply roll back to an earlier version of R ?? - I would point out that I don't know how to do a roll back so any help in that regard would be very welcome
Peter