Copied to clipboard

Flag this post as spam?

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


  • Ganesh Mitra 51 posts 211 karma points
    Jul 20, 2020 @ 15:41
    Ganesh Mitra
    0

    All controls return 404 inside nested control

    Hi,

    I have recently upgrade my umbraco from 8.2.0 to 8.6.3. After upgrade my nested control broken. All controls under nested control return 404

    Like

    /umbraco/textbox:1 Failed to load resource: the server responded with a status of 404 (Not Found)
    
    /umbraco/mediapicker Failed to load resource: the server responded with a status of 404 (Not Found)
    

    enter image description here

  • Amir Khan 1289 posts 2746 karma points
    Jul 20, 2020 @ 18:17
    Amir Khan
    0

    Provided those paths exist after the upgrade, the first thing I would check is permissions.

  • Ganesh Mitra 51 posts 211 karma points
    Jul 20, 2020 @ 18:35
    Ganesh Mitra
    0

    Thanks for your reply.

    Folder permission is good.

    I am not sure how nested content looking those controls in umbraco back office.

  • Ganesh Mitra 51 posts 211 karma points
    Jul 21, 2020 @ 00:17
    Ganesh Mitra
    100

    Working automatically. Nothing changed.

  • Joe 32 posts 136 karma points
    May 12, 2024 @ 15:07
    Joe
    1

    I faced same situation when I try to upgrade from Umbraco 7 to Umbraco 10 with custom backoffice view. The root cause of my case is the usage of no-longer-existing directive <umb-editor> in umbraco 7.

    <umb-property property="property" ng-repeat="property in currentTab.properties">
        <umb-editor model="property"></umb-editor>
    </umb-property>
    

    I fixed the case by replacing <umb-editor> directive with <umb-property-editor>

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies