Time needed to deploy a Shiny App

Hello,

I am attempting to deploy my ShinyApp. The issue I seem to be having is that deployment starts, my r console displays the line "Starting to perform packrat snapshot " and doesn't progress past that. Several attempts have been made to try and fix this.

The app does work locally.

This is what I see in the console once I click "publish application":

Session information: 
R version 4.1.2 (2021-11-01)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 10 x64 (build 22000)

Matrix products: default

locale:
[1] LC_COLLATE=English_United States.1252 
[2] LC_CTYPE=English_United States.1252   
[3] LC_MONETARY=English_United States.1252
[4] LC_NUMERIC=C                          
[5] LC_TIME=English_United States.1252    

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base     

loaded via a namespace (and not attached):
[1] compiler_4.1.2   rsconnect_0.8.25
Cookies: 
[1] "None"
GET /v1/applications/?filter=account_id:1135491&filter=name:capstone_pred_app&count=100&offset=0 250ms
----- Bundle upload started at  2022-02-06 13:05:26  -----
[2022-02-06 13:05:26] Inferring App mode and parameters 
[2022-02-06 13:05:26] Bundling app dir 
[2022-02-06 13:05:27] Generate manifest.json 
[2022-02-06 13:05:27] Starting to perform packrat snapshot

I have followed the directions about starting a packrat file. A new project was created. The datasets and function were moved into the project directory. The working directory is the same project file. I have attempted to deploy the app using the two files (ui.r and server.r) method and the single file (app.r). The file is connected to my personal shinyapp.io, however it states "undeployed".

I have updated all of the packages and R.Studio while attempting to deploy the app. The file is 4.28MB in size.

My question(s): do I wait until something happens? Is anyone else seeing this issue? Preformatted text

Never mind. It took 2 hours for R Studio to deploy the app to shinapp.io. Everything works fine.

This topic was automatically closed 54 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.