Hi there
Im very knew to Shiny Apps. My firm got R server, R studio connect.
I've created my own app and it works fine when im just running it in my RStudio Server Pro.
But after I deployed it to RStudio Connect, it doesnt work when I press the lets say "run" button.. ((
It should connect to AWS and download the data you need, but it never start doing it.
So the log looks like this:
2022/02/04 13:18:37.657681655 Warning: Error in [[: subscript out of bounds
2022/02/04 13:18:37.667871407 158: gsub
2022/02/04 13:18:37.667882082 157: trim
2022/02/04 13:18:37.667933855 156: variables_requested
2022/02/04 13:18:37.667936738 155: infuse
2022/02/04 13:18:37.667962384 154: main_function
2022/02/04 13:18:37.667965853 153: eventReactiveValueFunc [/opt/rstudio-connect/mnt/app/server.R#30]
2022/02/04 13:18:37.667994281 109: dataInput
2022/02/04 13:18:37.667995530 108: renderTable
2022/02/04 13:18:37.668008132 107: func
2022/02/04 13:18:37.668020661 94: renderFunc
2022/02/04 13:18:37.668046261 93: output$result_table
2022/02/04 13:18:37.668048645 13: runApp
2022/02/04 13:18:37.668079530 12: fn
2022/02/04 13:18:37.668083846 7: connect$retry
2022/02/04 13:18:37.668121831 6: eval
2022/02/04 13:18:37.668123234 5: eval
If im not misstaken, it doesnt work because of error "out of bounds".
I put DESCRIPTION file with row "DisplayMode: Showcase" into my app director y, deployed it again and now my app's interface works in "Showcase" mode, but it didn't help me...
Can someone help me with this error?