Jsreport Preview is not working
-
Hi.
Thanks for your response.
Version is 2.1.1
-
Thank you. It works for me on this version.
Can you try to check the f12 console and network?
There should be request like "https://view.officeapps.live.com/op/view.aspx?src=http%3A%2F%2Fjsreport.net%2Ftemp%2F81ef7df2273625b764ee4c975cf6ed0c.xlsx"
Could you share it? Just make sure you don't send sensitive data in excel.
-
The preview also worked for me except for one template. We could fix the issue.
The issue was with the size of json data we were using. Apparently, it was larger than the size supported by Jsreport. We reduced the size of the data and it worked.
This is the response we got:
https://view.officeapps.live.com/op/view.aspx?src=
http://jsreport.net/temp/
<html>
<head><title>413 Request Entity Too Large</title></head>
<body bgcolor="white">
<center><h1>413 Request Entity Too Large</h1></center>
<hr><center>nginx/1.13.12</center>
</body>
</html>Many thanks.
Nazmus
-
Thank you for the further information.
I"ve increased the max request size. I believe it should be enough for everyone.
-
Great! Thank you.
Could you please let us know the updated max request size?
-
10m Is it not enough for you?
-
Yes. That's good enough.
Thanks.
-
Hi... I'm an Architect at UnitedHealthcare. We are currently experiencing the same issue. We are generated 1000+ page reports, but have encountered the size limitation surrounding the body parser. Is there a way for us to adjust the limit ourselves?
-
@riccijs You mean you get the same error described here? So when you preview excel in studio and it returns "413 Request Entity Too Large"?
-
@jan_blaha yes, I believe I'm referring to the same error. We are getting the "413 Request Entity Too Large" error for large reports.
-
Please check this comment, it explains the same problem