I use rsconnect::deployApp() in the console after updating my app.R, but after deploying the changes the app website doesn't update. The changes are only present when I press "Run App" locally. How do I fix this?
What arguments are you supplying to rsconnect::deployApp(), and what messages to you get in the console when you run it?
I use appName as an argument and I am 100% sure I use the correct name. In the console it says the app was deployed successfully.
Are you deploying to shinyapps.io, Posit Connect or somewhere else? What does the log on the server say after a deployment attempt?