@kuriwaki This is/was a known issue with rstudioapi version .10. Updating the package to the latest version, .11, should resolve this, by running install.packages("rstudioapi"). Does this work for you? https://github.com/rstudio/rstudio/issues/6177
@andresrcs Regarding the 404 issues, does updating rstudioapi resolve it?
An update on this, on the new preview version 1.3.869 links are working now, I have tried the first tutorial but when you run the code inside it, the tutorial crashes and if you stop the tutorial the home page never recovers, it just stays black.
Steps to reproduce would be as follow:
Start the first tutorial "Data basics"
Press "Next topic" button
Type mpg in the code chunk as requested and press "Submit Answer"
The tutorial crashes and stays busy.
Stop the tutorial with the "Stop" button.
Try to get back to the home page with the "Home" button.
@andresrcs Thanks! I get the same results, even without a proxy. The only way I could find to get back to a working after stopping the job, closing the browser window, and reconnecting to the session with a new browser window. There's no problem on RStudio Desktop—it works fine there. I've filed an issue for this: https://github.com/rstudio/rstudio/issues/6362