rocker-org / rocker-versioned2

Run current & prior versions of R using docker. rocker/r-ver, rocker/rstudio, rocker/shiny, rocker/tidyverse, and so on.
https://rocker-project.org
GNU General Public License v2.0
419 stars 180 forks source link

502 Returned by Rstudio Server when executing 'client_init' #843

Open auddin1-hs opened 3 months ago

auddin1-hs commented 3 months ago

Container image name

rocker/rstudio:4.4

Container image digest

No response

What operating system are you seeing the problem on?

Linux

System information

No response

Bug description

User reported running a long script before leaving the session idle. I am assuming that reloading the large backed up session might be causing this issue.

You can reproduce this error if you load a large amount of data into memory and refreshing the page.

I tried increasing the rsession-proxy-max-wait-secs to 300 seconds but it did not help. I get the same error msg as the link above.

How to reproduce this bug?

You can reproduce this error if you load a large amount of data into memory and refreshing the page.
eitsupi commented 1 month ago

Is this a bug specific to the Docker container? Or if it is a specification of the RStudio IDE, I would recommend opening the issue upstream instead of here.