r - Error whent trying to deply shiny app -
when trying deploy shiny app
shinyapps::deployapp('c:\\myprogramproject\\myapp')
i following error:
error: unable deploy using default arguments (multiple existing deployments application directory exist). please specify appname and/or account name explicitly.
i have similar app under entirely separate directory different shiny account uploaded separate directory. made sure entered correct token account , can see in shiny server of account want upload there no applications there @ all. copied ui.r , server.r files new subdirectory called deploy
and tried upload there identical results. again, tokens , directory paths correct.
the reason want deploy new account because have had lot of traffic , want set new paid account higher allowance need make sure works first. ideas?
thanks.
try removing directory called rsconnect
or shinyapps
application folder.
you can try calling:
deployapp(appname="my-app-name", account="my-account-name")
Comments
Post a Comment