Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Nadeya 4 posts 86 karma points
    Oct 12, 2016 @ 10:41
    Nadeya
    0

    Url Picker, umb-control-group.html, umb-pane.html

    Hi all.

    The issue is about using Url Picker. It is working well at local environment but after deployment it was the problem that when editing url there is not all the form for editing is displayed. There are 2 errors in console:

    • Failed to load resource mysite.com/umbraco/views/components/html/umb-control-group.html?umb__rnd=7.5.3.16101210
    • Failed to load resource mysite.com/umbraco/views/components/html/umb-pane.html?umb__rnd=7.5.3.16101210

    What can be cause of this problem?

    Thanks, Nadya.

  • Alex Skrypnyk 6132 posts 23951 karma points MVP 7x admin c-trib
    Oct 12, 2016 @ 21:25
    Alex Skrypnyk
    0

    Hi Nadya,

    How did you deploy your project?

    Are these files accessible by get from browser ?

    Thanks,

    Alex

  • Nadeya 4 posts 86 karma points
    Oct 13, 2016 @ 11:49
    Nadeya
    0

    Hi Alex,

    For deployment we use MSDeploy.

    Log says that files were deployed but they are not accessible from browser.

    Nadya

  • Alex Skrypnyk 6132 posts 23951 karma points MVP 7x admin c-trib
    Oct 13, 2016 @ 16:04
    Alex Skrypnyk
    0

    Hi Nadya,

    So there are no file on the server, we need to fix it.

    Is it included to the project? Sometimes not incuded files are not deployed.

    Thanks,

    Alex

  • Ian 178 posts 752 karma points
    Oct 13, 2016 @ 16:45
    Ian
    0

    First check as alex says that the files are on the server. If they are but not accessible one idea is to check that there are no rewrite rules in place there with the intention of protecting access to the backoffice, which could be causing problems.

  • Nadeya 4 posts 86 karma points
    Oct 14, 2016 @ 11:54
    Nadeya
    0

    Files are not included in the project but they are on the server.

  • Anton 28 posts 116 karma points
    Oct 17, 2016 @ 08:49
    Anton
    0

    Chiming in

    Files are not included in project as they are automatically included in deployment package by Umbraco task. Files is present on server. Direct request with cURL returns status 200 However, all request to those files in Umbraco itself results in error 500 (server-side, related to DependencyHandler), but there is no traces of this error on server itself (no Umbraco log about error, no Application log about error)

  • Anton 28 posts 116 karma points
    Oct 17, 2016 @ 09:49
    Anton
    0

    Here complete stack trace from console with debug="true" in web.config:

    angular.min.js?cdv=1861646652:63 Error: Failed to load template: views/components/html/umb-control-group.html?umb__rnd=7.5.3.1861646652
        at Error (native)
        at http://uat/umbraco/lib/angular/1.1.5/angular.min.js?cdv=1861646652:49:278
        at http://uat/umbraco/lib/angular/1.1.5/angular.min.js?cdv=1861646652:100:434
        at o (http://uat/umbraco/lib/angular/1.1.5/angular.min.js?cdv=1861646652:80:3)
        at http://uat/umbraco/lib/angular/1.1.5/angular.min.js?cdv=1861646652:81:80
        at Object.$eval (http://uat/umbraco/lib/angular/1.1.5/angular.min.js?cdv=1861646652:92:272)
        at Object.$digest (http://uat/umbraco/lib/angular/1.1.5/angular.min.js?cdv=1861646652:90:142)
        at Object.$apply (http://uat/umbraco/lib/angular/1.1.5/angular.min.js?cdv=1861646652:92:431)
        at j (http://uat/umbraco/lib/angular/1.1.5/angular.min.js?cdv=1861646652:101:80)
        at r (http://uat/umbraco/lib/angular/1.1.5/angular.min.js?cdv=1861646652:104:449)
    

    Domain is whitelisted at ClientDependency.config

  • Anton 28 posts 116 karma points
    Oct 17, 2016 @ 10:24
    Anton
    101

    Finally, with help of my colleagues, I was able to fix this problem. It was related to server-setup: we've missed ServerSide Include IIS web role feature. After installation of this feature error was gone

Please Sign in or register to post replies

Write your reply to:

Draft