1. shinyapp.io only support 5 apps in free tier so check it. delete app from shinyapp.io 2. make sure file name must be app.R (if you are using single file) and ui.R , server.R (for multiple file) 3. run rsconnect::deployApp() under folder where ui.R, server.R file contain
The problem is the vital_tracker.R. You are passing a file path instead of directory path. The directory path is likely something like this 'something/web_app/'.
@@samritpramanik2962 you can't edit on hosted app but work on your existing code then again upload on shinyapps.io & u can also delete ur app. 5 apps u can host for free. Even if u release app from github still u can't edit existing app you edit then github generate new version of it then u merge.
Do you know or do you have a video of this with python? i tried doing it with python but having problems. thanks
I'm facing this error Error in "`rsconnect::deployApp()`:
! `appDir`, "web_app\vital_tracker.R", does not exist."
but the file exist there
1. shinyapp.io only support 5 apps in free tier so check it. delete app from shinyapp.io
2. make sure file name must be app.R (if you are using single file) and ui.R , server.R (for multiple file)
3. run rsconnect::deployApp() under folder where ui.R, server.R file contain
The problem is the vital_tracker.R. You are passing a file path instead of directory path. The directory path is likely something like this 'something/web_app/'.
can i modify source code after deploying shiny application?
No..
@@RavinderRam Do you know any alternatives? I mean how to modify the code that it will reflect on the published app?
@@samritpramanik2962 you can't edit on hosted app but work on your existing code then again upload on shinyapps.io & u can also delete ur app. 5 apps u can host for free. Even if u release app from github still u can't edit existing app you edit then github generate new version of it then u merge.
@@RavinderRam Got it now. Thanks a lot.
nice work! Thank you
Thanks so much
path to your app (please explain)
It means ur shiny app folder