Nice, thanks for the quick response!
TylerFinagraph
@TylerFinagraph
Posts made by TylerFinagraph
-
RE: Xlsx recipe incorrect content type after upgrading to 2.6.0
-
Xlsx recipe incorrect content type after upgrading to 2.6.0
We've been using JSReports 2.5.0 in docker for a couple of weeks to generate both Pdf and Xlsx reports. We have been using the Content-Type returned by JSReports to create a response in a web server (mostly out of convenience; we could hard-code it, if necessary).
After upgrading to 2.6.0, the content type for xlsx recipe is being returned as
Content-Type →[object Object]
(This is causing exceptions in our web server; also confirmed in Postman). Pdf reports still work as expected.Is there an upgrade step we need to take to get this working correctly? We had to upgrade to 2.6.0 (or, at least, upgrade the Chrome version in 2.5.0) to get Pdf reports generating in our Azure app service.