I am attempting to open an .Rproj file on a server path. The server path is mapped to my S Drive, and I can set my working directory to the project folder and populate the files within the folder on my file pane. However, clicking on the .Rproj link in the file pane results in a spinning wheel and then opens a new RStudio session without no project (rstudioapi::getActiveProject() = NULL). I can open the .Rproj from my file explorer; I'm wondering if this bug has something to do with how RStudio is reading in the file path on the server?