I'm trying to export users in a simple csv.
No problem with other entity types, with the views preview, and with the non-batch generation.
The batch goes to 100% and then starts again.
If I go back I can see the generic batch error message, "export has encountered an error", but I suspect that is because I'm using the back button to a batch which is already complete.
Can't find anything in the javascript responses.
Given that I've already tried to create the simplest batch possible, any idea how I can debug this?

Comments

matslats created an issue. See original summary.

matslats’s picture

Issue summary: View changes
mstrelan’s picture

Chiming in to say "me too". Can't reproduce locally. I suspect it's related to Varnish or ELB.

mstrelan’s picture

I found our Varnish config was stripping cookies from static file paths, including .csv and the path of my Views display was path/to/export.csv

Removing .csv from the path fixed this for me.