Can not automatically start auth0 (shiny)

Actually I just figured this out

If you run
$ sudo journalctl -u shiny-auth0

you should be able to see the error

It’s missing a WorkingDirectory directive in the shiny-auth0.service file

e.g

WorkingDirectory=/home/ubuntu/shinyapps/shiny-auth0

1 Like