Data grid fails to export to excel (Mx 8.15.1)

1
Hi all, I have an application that is running on the Azure cloud and I get some strange behaviour when using the export to excel button within a data grid. I have a data grid with approximately 250 objects in it. When I try to export this using the button (max #rows = 1000), it sometimes does not work. I then get the error ERR_INVALID_RESPONSE (status code 560). I'm not able to replicate this behaviour locally, but I have to say that I don't have the same (anonymized) data on my local machine for security reasons. Moreover, I've had this issue before where I created a microflow to export to excel and got the same strange behaviour. The only solution that worked at that time was writing a javascript, instead of using the download file activity. This is not something I'd like to do again. I'm using Mendix Studio Pro 8.15.1, but I’ve had this issue with multiple Mendix versions. Is there someone who has had this issue as well and/or might know what causes this and how to solve it?  
asked
3 answers
0

It sounds like your data is causing errors? Something like trying to put more then the max allowed characters (32,767) in a cell. Is anything visible in the logs?

answered
0

It seems that more people are experiencing issues when running in the cloud. I suggest submitting a ticket to support if it does work locally.

https://forum.mendix.com/link/questions/102288

https://forum.mendix.com/link/questions/102728

https://forum.mendix.com/link/questions/103152

answered
0

I have indeed submitted a ticket and they are now investigating. I will send updates as soon as I know more.

answered