Dylan Cissou

Results 23 comments of Dylan Cissou

Thanks @LEDfan , this was indeed my undersatanding as per our conversation here: https://github.com/openanalytics/shinyproxy/issues/397 Before we were using `2.6.1`, we have 3 apps in Dash hosted in ShinyProxy and 3...

Thanks for your suggestion @LEDfan . However I don't think this is related to that. We have reverted back to `2.6.1` today - using the same app and the same...

> Since you are only having the issue with Shiny apps and the issue is caused by an asset failing to load, I suspect that you are experiencing the issue...

I noticed that while in `2.6.1` the `ShinySession` returned the url as ``` http://shiny-dev.cr0a68f.easn.morningstar.com/app_direct_i/eurmbsinsight ``` The `3.0.2` version returns is differenty: ``` http://shiny-prod.crcc2f9.eas.morningstar.com/app_proxy/3293fede-ab92-4b5b-8a08-5df4722fd622 ``` Could that be the reason?

Hi @LEDfan should I try with 3.1.0 version see if the issue for resolved ? Thanks

thanks @LEDfan , will test for sure and revrt to you here.

> thanks @LEDfan , will test for sure and revrt to you here. Hi @LEDfan how can I get the jar file directly please?

> openanalytics/shinyproxy-snapshot:3.1.0-20240514.165349 Hi @LEDfan , and this is the same as this one right? `openanalytics/shinyproxy-snapshot:3.1.0-20240514.165349`

> I shared the wrong link, please download the jar from https://nexus.openanalytics.eu/repository/snapshots/eu/openanalytics/shinyproxy/3.1.1-SNAPSHOT/shinyproxy-3.1.1-20240530.074913-1-exec.jar . The version number is different, but it contains the same code as the above docker image. Hi...

> It seems the container you are using has Java version 8. The latest ShinyProxy release requires Java version 17. It should be easy to change this in the Dockerfile,...