Copied to clipboard

Flag this post as spam?

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


  • Ashish Sabne 3 posts 83 karma points
    Sep 10, 2018 @ 14:23
    Ashish Sabne
    0

    uSync Dashboard Not visible

    Hi,

    I installed uSync using packages section in umbraco back office. I can see the uSync folder being created and the necessry data within it. Howsever, I do not see uSync dashboard in the developers section of the back office. What exactly am I missing?

  • Kevin Jump 2348 posts 14896 karma points MVP 8x c-trib
    Sep 10, 2018 @ 14:28
    Kevin Jump
    100

    Hi Ashish,

    it sounds like the entries for the dashboard didn't get added to the dashboard.config file (in the config folder)

    if you add the following to the bottom of the dashboard.config file (before the closing </dashBoard> tag)

      <section alias="usyncBackOffice">
        <areas>
          <area>developer</area>
        </areas>
        <tab caption="uSync BackOffice">
          <control>/App_Plugins/usync/uSyncDashboard.html</control>
        </tab>
      </section>
    

    then reload the site, the dashboard should appear.

  • Ashish Sabne 3 posts 83 karma points
    Sep 10, 2018 @ 14:35
    Ashish Sabne
    0

    Hi Kevin,

    That was the exact problem. Thanks for such a quick help. Cheers.

  • 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