I have tried to connect RStudio to Shiny.io. I am unable to do so.
I copied the following from my shiny dashboard:
rsconnect::setAccountInfo(name='', token='token', secret='secret')
Error in curl::curl_fetch_memory(url, handle = handle) :
Timeout was reached: [api.shinyapps.io] Resolving timed out after 10000 milliseconds
Timing stopped at: 8.035 1.929 10
Computer info:
Operating System: Linux Mint 19.3
Kernel: Linux 5.4.0-135-generic
Architecture: x86-64
R: 4.2.2
Rstudio: 2022.12.0 Build 353
I have tried the following:
- Rstarting Rstudio and the computer
- Uninstall and reinstall RStudio Connect
- Deleting the rsconnect folder manually
- Turning off my firewall.
Any help would be greatly appreciated.