For all of my shiny apps that include urls in interactive tables (reactable & rhandsontable tables), the urls work correctly when I run the app on a remote server via Posit Workbench (using shiny::runApp()
; see attached for an example table with links).
However, when the Shiny app is deployed on Posit Connect (another Linux remote server), the urls in the tables all break. For example, the url https://test.biodb.com/samples/containers/con_bDZbzIZx
changes to http://10.22.20.108/test_shiny_app/_w_3a229ee0/NA
when the app is running on Posit Connect (Note: I've changed the URLs a bit for the sake of privacy). Notably, http://10.22.20.108
is the IP for the Posit Connect instance that I'm using.
Any ideas on why Posit Connect is modifying (breaking) the urls (links) in reactable & rhandsontable tables?