Rstudio app works BUT each session begins with a single auth failure that must be ignored


Above is my session ,and I get the username and password,but it still login rstudio failed

please ignore #6 that is wrong opration

OK, I see, your GET request was from a refresh and not the from the original request. It looks like from your form that you’re likely sending the correct values.

That leaves the Rstudio side. Your home directories are /lustre/home/$USER? You see you’re mount the /users directory, but that’s our home. Maybe try adding the /lustre or /lustre/home directory to the SINGULARITY_BINDPATH?

That’s where these files end up, the users’ home directory. so it could be that the container can’t find RSTUDIO_AUTH because it’s not being mounted into the container.