App_direct functionality

Hi there,

If I understand correctly from the 2.2.0 release notes it should be possible to be able to access both www.mywebsite.com/app/ and www.mywebsite.com/app_direct/, where the latter omits the iframe structure.

My setup uses Kubernetes and Auth0, but I am unable to access our application through the app_direct/ path. Is it required to modify my configuration? I could not find anything that should be changed on https://www.shinyproxy.io/configuration/.

I sent the related log in a private message to @fmichielssen and @tverbeke.

Thank you,

Michael

Ah, I just noticed why I was unable to get it to work…

The forward slash at the very end is required for the app_direct link to work, i.e. www.mywebsite.com/app_direct/my-app/.

Best regards,

Michael

2 Likes

Hi @michaelhogersosis,

From the ShinyProxy 2.2.2 release notes:

  • app_direct URLs require a trailing slash, so /app_direct/myapp now redirects to /app_direct/myapp/ for convenience

https://www.shinyproxy.io/downloads/

Hope this helps!

Best,
Tobias

1 Like

Much appreciated @tverbeke :slight_smile: