--
You received this message because you are subscribed to the Google Groups "Shiny - Web Framework for R" group.
To unsubscribe from this group and stop receiving emails from it, send an email to shiny-discus...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/shiny-discuss/9bf7e7e1-5a6b-48ca-8701-8ee762efe5b6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

How exactly does it break when you try it in Chrome?
On Wed, Mar 15, 2017 at 3:06 PM <ronn...@breather.com> wrote:
--Hello,I have an app deployed to Shiny Server on docker cloud that allows users to download CSVs but this feature breaks on Chrome. Firefox on the other hand appears to be fine.Since I don't have a reproducible example, at the moment I'm just curious if anyone has some educated guesses for why this might be happening?Here's the code for the download button in case I've made a really obvious mistake:# server.R (not a reproducible example, sorry)output$download <- downloadHandler(filename = "location_rev_projection.csv",content = function(file) {write.csv(finalForecastTable(), file)})#ui.RtabPanel("Predictions Table",downloadButton("download", "Download CSV"),tableOutput("table")),
You received this message because you are subscribed to the Google Groups "Shiny - Web Framework for R" group.
To unsubscribe from this group and stop receiving emails from it, send an email to shiny-discuss+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/shiny-discuss/9bf7e7e1-5a6b-48ca-8701-8ee762efe5b6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Ronny Li
Data Scientist
5605 Avenue de Gaspé #701, Montréal, QC H2T 2A4
Hi Joe, here's a screenshot of the error:
The file is successfully downloaded when making the same request on Firefox.Thanks for your time!
On Thu, Mar 16, 2017 at 10:26 AM, Joe Cheng <j...@rstudio.com> wrote:
How exactly does it break when you try it in Chrome?
On Wed, Mar 15, 2017 at 3:06 PM <ronn...@breather.com> wrote:
--Hello,I have an app deployed to Shiny Server on docker cloud that allows users to download CSVs but this feature breaks on Chrome. Firefox on the other hand appears to be fine.Since I don't have a reproducible example, at the moment I'm just curious if anyone has some educated guesses for why this might be happening?Here's the code for the download button in case I've made a really obvious mistake:# server.R (not a reproducible example, sorry)output$download <- downloadHandler(filename = "location_rev_projection.csv",content = function(file) {write.csv(finalForecastTable(), file)})#ui.RtabPanel("Predictions Table",downloadButton("download", "Download CSV"),tableOutput("table")),
You received this message because you are subscribed to the Google Groups "Shiny - Web Framework for R" group.
To unsubscribe from this group and stop receiving emails from it, send an email to shiny-discus...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/shiny-discuss/9bf7e7e1-5a6b-48ca-8701-8ee762efe5b6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--Ronny Li
Data Scientist
5605 Avenue de Gaspé #701, Montréal, QC H2T 2A4
--
You received this message because you are subscribed to the Google Groups "Shiny - Web Framework for R" group.
To unsubscribe from this group and stop receiving emails from it, send an email to shiny-discus...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/shiny-discuss/CAFRHiuP07%2BO6_P%3Dsp%3DoGdVTXpA%3DkF16WHNWoodW%3DDA_1EU%2BA-A%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/shiny-discuss/f018374c-e259-4265-9130-d946068152b1%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/shiny-discuss/ee49e759-fdf6-4007-8d4a-5da211c79a81%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to shiny-discuss+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/shiny-discuss/ee49e759-fdf6-4007-8d4a-5da211c79a81%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/shiny-discuss/ee49e759-fdf6-4007-8d4a-5da211c79a81%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
To unsubscribe from this group and stop receiving emails from it, send an email to shiny-discuss+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/shiny-discuss/ee49e759-fdf6-4007-8d4a-5da211c79a81%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
5605 Avenue de Gaspé #701, Montréal, QC H2T 2A4