I am unable to deploy any shiny apps. I started with an app that has already been deployed and that I was just trying to re-publish. It runs fine locally. When I hit publish, nothing happens. No error messages, just nothing. I made a new R Project and ran the example shiny app that comes with R Studio. I tried to deploy that app and again, I hit publish and nothing happens. I have closed R Studio and restarted my computer. I can't figure out what is wrong!
I figured it out. The "publish" button wasn't working in R Studio for some reason so I executed the deployment manually in the console using rsconnect::deployApp() and it worked! Hooray!