Open Closed

configuring the Telerik.Reporting REST Service #4174


User avatar
0
fadijb created

Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples, to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, please use the search on the homepage.

If you're creating a bug/problem report, please include followings:

  • ABP Framework version: v6.0.1
  • UI type: Razor pager
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes / no
  • Exception message and stack trace:
  • Manually configuring the Telerik.Reporting REST Service
  • https://docs.telerik.com/reporting/embedding-reports/host-the-report-engine-remotely/telerik-reporting-rest-services/asp.net-core-web-api-implementation/host-reports-service-in-.net-6-with-minimal-api
  • telerik reporting Error registering the viewer with the service.
  • Steps to reproduce the issue:"

4 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    What are the logs of http request 400?

  • User Avatar
    0
    fadijb created

    hi i try to integrate telerik reporting with abp faramwork but when i do that i get this error although integrate successfully allredy because when I go to the following link ' /api/Reports/formats', the following results appear although i integrate telerik reporting successfully with dot net core 6 without abp framwork !! What is the solution ؟؟

  • User Avatar
    0
    fadijb created

    logs of http request 400:

    2022-12-15 10:04:16.386 +03:00 [INF] Executed endpoint 'APIReporting.Controllers.ReportsController.RegisterClient (APIReporting)' 2022-12-15 10:04:16.386 +03:00 [INF] Accessing expired session, Key:fee2e667-5215-7dfa-c613-38f655de803f 2022-12-15 10:04:16.386 +03:00 [INF] Request finished HTTP/2 POST https://localhost:44338/api/reports/clients application/x-www-form-urlencoded;+charset=UTF-8 27 - 400 - application/problem+json;+charset=utf-8 14.8980ms

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    You can add [IgnoreAntiforgeryToken] to your API controller.

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11