Open Closed

Application configuration request is duplicated (the first request is cancelled) #9977


User avatar
0
alexander.nikonov created

Hi. Please have a look below: ">>> [CONFIG] Incoming request" - I just tried to get more data about the request, it did not help me much. I cannot send an example or share the project, but I would gladly share more details which would assist us in troubleshooting this issue.


3 Answer(s)
  • User Avatar
    0
    AI-Bot created
    Support Team ABP Agent
    • The duplicated and cancelled /api/abp/application-configuration requests you observe are typically caused by the browser or frontend framework (Angular) making multiple requests in quick succession, often due to application initialization logic or HTTP interceptors. In ABP Angular applications, this endpoint is called on startup to load configuration and localization data.

    • The cancellation and duplication can also occur if a previous request is superseded by a new one before the first completes, or if the user navigates quickly, causing Angular to re-initialize services. The log shows a System.OperationCanceledException, which is expected when a request is aborted.

    • This behavior is not unique to ABP; it is common in SPAs (Single Page Applications) and is generally harmless unless it causes user-facing issues or performance problems. If you want to further analyze or reduce such requests, consider:

      • Checking your Angular app's initialization and HTTP interceptor logic for repeated calls.
      • Using browser dev tools to see what triggers the requests.
      • Ensuring that only one configuration request is made on app startup.
    • For more details on monitoring HTTP requests in ABP Studio and troubleshooting, see the official documentation:

      • https://abp.io/docs/latest/studio/monitoring-applications

    This response was generated by AI. If it didn’t solve your problem, feel free to post a new answer — our support team will jump in to help you soon.

  • User Avatar
    0
    alexander.nikonov created

    I would still take my chance to troubleshoot and try to eliminate the given issue. Especially taking into consideration, that this error has appeared very rarely in v8.x and now - every time I invoke a request.

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    Which project has this error? MVC or Blazor?

    Can you try enabling the Debug logs to see more information?

    see https://abp.io/support/questions/8622/How-to-enable-Debug-logs-for-troubleshoot-problems

    Thanks

Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.1.0-preview. Updated on October 07, 2025, 05:59