Unable to deploy Shiny App--invalid 'name' argument

I keep getting the following error when deploying my App, can someone explain what this means/could be pointing to?:
The application failed to start (exited with code 1).

Error in value[[3L]](cond) : invalid 'name' argument Calls: local ... tryCatch -> tryCatchList -> tryCatchOne -> <Anonymous> Execution halted

Any chance you can share the app, or provide a minimum reproducible example? (reprex)

Are you in Windows?
Does the app run ok locally?
Did you use absolute file paths like setwd() and getwd()?
Did you remember to deploy any necessary data files with your app?

Working in Windows. Yes, when I run it locally my app works. Didn't use any absolute file paths.

My app has users input their own files and the output is two plots and a table.

So you managed to upload it?
You need to provide a lot more information if you want help.