I am trying to upload my application on shiny server. The app runs well locally and also deploys successfully. But when I try to access the link it says time out after 300 seconds.
My logs show the following error:
Failed to create bus connection: No such file or directory
2019-08-12T08:14:31.890670+00:00 shinyapps[1056246]: running command 'timedatectl' had status 1
2019-08-12T08:14:31.890642+00:00 shinyapps[1056246]: Warning in system("timedatectl", intern = TRUE) :
I am using RStudio on Windows 10.
Please suggest solutions.