Hi all -
I’m trying to figure out how to configure shinyproxy so that it will pass on URL parameters to a default app.
In other words, when the .yml file is set to send them to a specific app, as in
landing-page: /app_direct/survey
The URL parameters are not passed on when the user is redirected. The URL parameters are captured correctly when I send the user to the link directly rather than to the landing page.
Is there any way to set up the landing-page so that shinyproxy passed on the URL parameters to the default/first app?