You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know this isn't likely a "servr" issue, but I'm encountering it through servr::httd and I did not get any help from the rstudio community.
From RStudio Server, it used to be the case that a site launched through servr::httd(..., port = 1234) was available from my server session at "https://rstudio.example.org/p/1234". It's not anymore (since RStudio 1.2?); it's now at "https://rstudio.example.org/p/xyzpdq". Is there some way to control or at least capture that path through the "port" argument?
The text was updated successfully, but these errors were encountered:
I know this isn't likely a "servr" issue, but I'm encountering it through
servr::httd
and I did not get any help from the rstudio community.From RStudio Server, it used to be the case that a site launched through
servr::httd(..., port = 1234)
was available from my server session at "https://rstudio.example.org/p/1234". It's not anymore (since RStudio 1.2?); it's now at "https://rstudio.example.org/p/xyzpdq". Is there some way to control or at least capture that path through the "port" argument?The text was updated successfully, but these errors were encountered: