jupyterhub / jupyter-rsession-proxy

Jupyter extensions for running an RStudio rsession proxy
BSD 3-Clause "New" or "Revised" License
118 stars 87 forks source link

Shiny applications wont load from rstudio #66

Open PhaniTejaNallamothu opened 5 years ago

PhaniTejaNallamothu commented 5 years ago

I have recently upgraded from nbrsessionproxy to jupyter-rsession-proxy. From inside a docker container, I am trying to launch a shiny example from rstudio. It used to work in the previous version. I am getting the error /p/5339/ not found now. Rstudio works fine. I think this has something to do with the proxy from rstudio to shiny application. Any help will be appreciated in resolving this issue

anton-khodak commented 5 years ago

Same here with zero-to-jupyterhub Kubernetes setup

anton-khodak commented 5 years ago

A Dockerfile to reproduce the issue: https://github.com/jupyterhub/jupyter-rsession-proxy/issues/65#issuecomment-494604759. Just try to open any shiny application (e.g. with File -> New File - > Shiny web app). The error I get in a new window is:

/p/90f8b818/ not found
vnijs commented 5 years ago

Strange. Seems to work fine for me. Example vnijs/rsm-jupyterhub image (warning: large image).

ryanlovett commented 1 year ago

@PhaniTejaNallamothu @anton-khodak Is the error still occurring for you with the latest version?