Closed pedrommuller closed 2 years ago
I tried to replicate this with basically the same code, but no luck. Would you be able to replicate the issue in a simple sample repository? What jsreport version do you use in the remote server?
The remote server is jsReport online, the subdomain is https://prtx.jsreportonline.net/
I can try to create a brand new project for this
A lot has changed in the jsreport v3 sdk, please test it there and come back if you have still troubles.
I'm using JSReport service as the following: in my configuration services
services.AddJsReport(new ReportingService(settings.Endpoint,settings.User, settings.Password));
Review is another action result at the end returns a view with the model populated that we reuse somewhere else
in the JsReport studio I'm getting this exception:
+0 Starting rendering request 307538 (user: ***) +3 Rendering anonymous template { recipe: undefined, engine: undefined } +4 Data item not defined for this template. +4 Resources not defined for this template.
it works when I use the local binary approach, any ideas?