Controller and Action reversed on ViewerEvent callback
Posted: Thu Nov 07, 2019 2:35 am
Hello,
Asp.Net Core 3.0 application with Stimulsoft.Reports.Web.NetCore 2019.4.1
The callback to ViewerEvents from StiNetCoreViewer component appears to me to have reversed the action and controller in the URL.
The Initial get from the browser is to "/Reports/index" and seems to work fine.
The generated Javascript then initiates a GET to:
"/ViewerEvent/Reports?stiweb_compone...".
It looks to me like it should be:
"/Reports/ViewerEvent?stiweb_compone....".
Might I have something mis-configured?
Thank you.
Asp.Net Core 3.0 application with Stimulsoft.Reports.Web.NetCore 2019.4.1
The callback to ViewerEvents from StiNetCoreViewer component appears to me to have reversed the action and controller in the URL.
The Initial get from the browser is to "/Reports/index" and seems to work fine.
The generated Javascript then initiates a GET to:
"/ViewerEvent/Reports?stiweb_compone...".
It looks to me like it should be:
"/Reports/ViewerEvent?stiweb_compone....".
Might I have something mis-configured?
Thank you.