I have set up a shiny app, whose sole purpose is to run a data cleaning and export to Azure. I set the app to sleep after 5 minutes of inactivity
The app deployment went well, and when I click the url of the app an it opens in browser with a url like https://xx.shinyapps.io/app-name/?_ga=2.81252756.26121833.1647194053-99993274.1647104221 the script runs
In order to run the script every hour, I setup a cron job on an external site, and added the URL
However when the url is called, nothing happens, as in the files in Azure are not updated. However when I click the url via my browser it runs - whether logged in or in private mode with no session
I am wondering what I doing wrong