I have an R shiny app which runs fine locally within RStudio, and also in Chrome when I click on "Open with browser" in RStudio. The deployment is also successful without any error. However, when I open it using the link of the web app, the app loads, but crashes as soon as I upload a file in the fileinput (The first action for the user on opening the app is to upload one or more excel files).
Can someone please help in finding out the cause of this error?
Thank you.