Simple Shiny app with upload feature not working

A very simple shiny app with upload feature is working locally but not on shinyapps

ui <- shiny::fluidPage(
fileInput("file", "Upload file")
)
server <- function(input, output){

}
shinyApp(ui, server)

Error screenshot attached

image

Link to shinyapps app : https://babai.shinyapps.io/stackO/

File to test on upload : http://www.mediafire.com/…/lh9…/2018-05-20_02-00-10.mat/file

sorry that I don't have a perfect solution for you.
When it fails in the way you describe, I get in the browser(chrome) inspector, a javascript console error message about internal server error 500. This is quite ambiguious and might have many causes.... Can you go to your dashboard access this stack0 app and get the log ? perhaps there are R errors thrown we could investigate.

I did the following tests.
I succesfully uploaded a simple .R text script but renamed it to .mat this loaded fine
I also sucessfully uploaded your example .mat by first zipping it and uploading the zip.

I've run into exactly the same issue.

Works locally, 500 with no further info via shinyapps.

https://dblodgett.shinyapps.io/dualR/
File: https://drive.google.com/file/d/12pd369crm1Qx1aDkdc_KZbV2LdYYgQKt/view?usp=sharing

Anyone have ideas on this?