I am facing the same issue as mentioned in R/Shiny plots do not show in the browser
But in my case reactivePlot() is not working.It shows
error i.e "reactivePlot is deprecated. Please use renderPlot instead."
The code doesn't throw any error. It works fine. Issue is only with displaying plotly graph in the browser. I tried it on all browser, graph is displayed on viewer pane instead of the browser, although If I plot other chart like barplot it easily get displayed on the browser. I am not able to resolve the issue!! Help me out!! Thanks in advance!!!!
Just an example that how it solved my problem.