Unable to deploy on shinyapp.io

I think the issue is the version of rsconnect ie version 1.0.0 and 1.0.1

Try and use an older version such us 0.8.29. It should work. use the following code to get that version.

remotes::install_version("rsconnect", "0.8.29")

2 Likes