Skip to content
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

Closed
AlejandroAyllon opened this issue Aug 28, 2023 · 2 comments · Fixed by #984

Comments

@AlejandroAyllon
Copy link

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() and showLogs() give a: ! Couldn't find any deployments matching supplied criteria.
However, applications(), accounts() and accountInfo() show the right information, token included.
I think it could be related to the way to get deployments (deployments()), ¿maybe did it change?

@aronatkins
Copy link
Contributor

@AlejandroAyllon - I have recreated the problem with showProperties(), which should be resolved with #984.

I am not seeing similar issues with showLogs().

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")

@AlejandroAyllon
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants