How to restore shiny-server and tmp folders permissions for input$file to work properly?

I have apps to upload files that work well locally but are falling when deployed in the shiny-server installed at my organization. The input widgets are showing me the following error:

error

I see no informative messages in my log files. I guess it has something to do with file permissions. For adummyApp folder and my tmp folder (as shown by ls -l command) the information is:

drwxrwsrwx  3  administrador2 shiny        4096 Jan  4 17:18 testApp

drwxrwxrwt  19 root           root        12288 Jan  4 16:01 tmp

Is there something I might have done to mess the default working setting?

This topic was automatically closed 54 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.