locked
Azure Application Insights - /bundles/"+t+" - 404 RRS feed

  • Question

  • User-2116673671 posted

    Hi,

    I am having problem with /bundles/"+t+" 404 not found. I didn't get it why it's sometime showing response code 404.

    GET /bundles/'+r+'

    GET /bundles/'+t+'

    GET /bundles/'+e+'

    Request name GET /bundles/'+r+'
    Response code 404
    Successful request False
    Response time 0
    Request URL https://abc.com/bundles/'+r+'
    Operation name GET /bundles/'+r+'
    Device type PC
    Telemetry type request

    Please help me to short out this issue. Thanks in advance.

    Monday, May 14, 2018 4:20 AM

Answers

  • User283571144 posted

    Hi Nikul Bhuva,

    According to your codes, it is strange that someone send the request to url("/bundles/'+r+'").

    As far as I know, the bundles is used to to improve request load time. Bundling improves load time by reducing the number of requests to the server and reducing the size of requested assets (such as CSS and JavaScript.).

    Normally, this is setting from the RegisterBundles method in the BundleConfig.cs file.

    I suggest you could firstly check the Application Insights to see which page will load the  /bundles/'+r+ url.

    Then I suggest you could check that page's view code.

    Best Regards,

    Brando

    • Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
    Tuesday, May 15, 2018 6:54 AM