This is a quick note for posterity (based on the old #phase-2_1-compute-helpdesk thread) that Rstudio login doesn't seem to work on an MacOS M1. It will give the error "Error: Incorrect or invalid username/password" or "Error: Temporary server error, please try again". Based on https://community.rstudio.com/t/temporary-server-error-please-try-again/95242 it may be related to PAM. I recently updated Docker so I had hoped that it might have been resolved, but it's still broken.
This rocker image at https://hub.docker.com/r/amoselb/rstudio-m1 (https://github.com/elbamos/rstudio-m1) does allow correct login though. I suspect if we integrated their PAM helper that it might resolve the issue - I was trying to work on this a while back but the docker image compilation was just stalling at the time and never completed.
Hi,
This is a quick note for posterity (based on the old #phase-2_1-compute-helpdesk thread) that Rstudio login doesn't seem to work on an MacOS M1. It will give the error "Error: Incorrect or invalid username/password" or "Error: Temporary server error, please try again". Based on https://community.rstudio.com/t/temporary-server-error-please-try-again/95242 it may be related to PAM. I recently updated Docker so I had hoped that it might have been resolved, but it's still broken.
This rocker image at https://hub.docker.com/r/amoselb/rstudio-m1 (https://github.com/elbamos/rstudio-m1) does allow correct login though. I suspect if we integrated their PAM helper that it might resolve the issue - I was trying to work on this a while back but the docker image compilation was just stalling at the time and never completed.
Thanks, Chris