-
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
configureApp fails with error in rlang::abort() #997
Comments
The The same error happens with an unknown "size" value. rsconnect::configureApp(..., size = "fooey") |
@suresh-advaitabio - does the shinyapps.io UI let you assign an xlarge instance type? Could you share the version of rsconnect? packageVersion("rsconnect") |
It's the error from subscription. I think shinyapps needs to set up a better way of handling subscription errors. |
Reopening, because rsconnect should do a better job of displaying the errors from shinyapps.io. |
The problem is coming from https://github.com/rstudio/rsconnect/blob/main/R/http.R#L153 — I probably assumed that the error field was a simple string, but it's clearly something more complex. |
@suresh-advaitabio what do you mean by error from the subscription? did you manage to fix it? I am having exactly the same issue |
I am trying to set size with configureApp and it fails with rlang::abort()
Please let me know if you have seen this error and if have a solution for this. If it is already posted and addressed, please share the link.
The text was updated successfully, but these errors were encountered: