-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
showProperties() and showLogs() give a ! Couldn't find any deployments matching supplied criteria #980
Comments
@AlejandroAyllon - I have recreated the problem with I am not seeing similar issues with Could you try to install the development version of rsconnect and open a separate issue if you continue to have problems? remotes::install_github("rstudio/rsconnect") |
Hi, @aronatkins , thanks a lot for the investigation and the fix. I tried with the development version but the problem continues. I have opened a new issue here: #985 |
As it´s described in this post https://community.rstudio.com/t/shinyapps-io-deploy-error-409-application-exists-with-name/170488/7, everything was fine till 1 week ago (on 22 August).
Then rsconnect stops and tells me that I need to update the package:
The rsconnect package is out of date
.I update to 1.0.2.
Now both
showProperties()
andshowLogs()
give a:! Couldn't find any deployments matching supplied criteria
.However,
applications()
,accounts()
andaccountInfo()
show the right information, token included.I think it could be related to the way to get deployments (
deployments()
), ¿maybe did it change?The text was updated successfully, but these errors were encountered: