Hello everyone,
I am having a very strange problem. I have a shiny app running in a rstudio-server at my office. When I run the app from my notebook with a VPN connection it works fine, but when I get the app running from my PC in the office I get the UI visualization ok, but I do not get the server response. The first code lines that I have in the server is to open 3 shp files and when I run the app from my PC in the office nothing happens.
This is my sessionInfo ():
R version 3.6.3 (2020-02-29)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Ubuntu 20.04.4 LTS
Matrix products: default
BLAS: /usr/lib/x86_64-linux-gnu/blas/libblas.so.3.9.0
LAPACK: /usr/lib/x86_64-linux-gnu/lapack/liblapack.so.3.9.0
locale:
[1] LC_CTYPE=es_AR.UTF-8 LC_NUMERIC=C LC_TIME=es_AR.UTF-8 LC_COLLATE=es_AR.UTF-8 LC_MONETARY=es_AR.UTF-8 LC_MESSAGES=es_AR.UTF-8
[7] LC_PAPER=es_AR.UTF-8 LC_NAME=C LC_ADDRESS=C LC_TELEPHONE=C LC_MEASUREMENT=es_AR.UTF-8 LC_IDENTIFICATION=C
attached base packages:
[1] stats graphics grDevices utils datasets methods base
other attached packages:
[1] waiter_0.2.5 fields_13.3 spam_2.8-0 raster_3.5-15 rgdal_1.5-32 sp_1.4-6 shinydashboard_0.7.2 shinyWidgets_0.7.0
[9] shiny_1.7.1 magrittr_2.0.3 viridis_0.6.2 viridisLite_0.4.0
loaded via a namespace (and not attached):
[1] Rcpp_1.0.8 pillar_1.7.0 compiler_3.6.3 bslib_0.3.1 later_1.3.0 jquerylib_0.1.4 tools_3.6.3 dotCall64_1.0-1 digest_0.6.29 lattice_0.20-40
[11] jsonlite_1.8.0 lifecycle_1.0.1 tibble_3.1.8 gtable_0.3.0 pkgconfig_2.0.3 rlang_1.0.4 cli_3.1.1 fastmap_1.1.0 terra_1.5-21 gridExtra_2.3
[21] maps_3.4.0 vctrs_0.3.8 sass_0.4.1 grid_3.6.3 glue_1.6.2 R6_2.5.1 fansi_1.0.2 ggplot2_3.3.6 codetools_0.2-16 scales_1.2.0
[31] promises_1.2.0.1 ellipsis_0.3.2 htmltools_0.5.2 mime_0.12 colorspace_2.0-3 xtable_1.8-4 httpuv_1.6.5 utf8_1.2.2 munsell_0.5.0 crayon_1.5.0
Thank you very much for your help!