Copied to clipboard

Flag this post as spam?

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


  • Jack 11 posts 94 karma points notactivated
    May 17, 2021 @ 11:28
    Jack
    0

    Blank Vendr Settings screens after upgrading 1.3.1 to 1.8.1

    After upgrading Vendr from 1.3.1 to 1.8.1 I can no longer edit the settings of any stores. I get the following js error in the console:

    angular.js?cdv=1428106618:15635 No url found for api name licensingApiBaseUrl <div ng-include="templateUrl" class="ng-scope">
    

    This is on localhost - I haven't purchased a licence yet, so not sure if this is something to do with the error I am getting?

    I've tried clearing cache/deleting cookies/trying a different browser.

    Any ideas?

  • Matt Brailsford 4125 posts 22224 karma points MVP 9x c-trib
    May 17, 2021 @ 12:25
    Matt Brailsford
    0

    Hi Jack,

    From the sounds of it it seems like you need to clear your client dependency cache by incrementing the version number in the ClientDependency.config file in the Config folder.

    <clientDependency version="[INCREMENT WHATEVER THIS NUMBER IS BY ONE]" fileDependencyExtensions=".js,.css" loggerType="Umbraco.Web.CdfLogger, Umbraco.Web">
    

    Alternatively, you can turn debug mode on in your web.config by setting the <compilation> tags debug attribute to true which will disable client dependency caching during development.

    Hope this helps

    Matt

  • Jack 11 posts 94 karma points notactivated
    May 17, 2021 @ 14:15
    Jack
    0

    Hey Matt, thanks for the suggestion. That didn't work for me unfortunately, but I have managed to resolve the issue by just uninstalling/re-installing Vendr.

    It's possible the issue was caused because I installed Vendr 1.8.1 when I was on Umbraco 8.4, then I realised I needed to upgrade Umbraco for compatibility with this Vendr version. So maybe that messed up the Vendr install in the first instance.

  • Matt Brailsford 4125 posts 22224 karma points MVP 9x c-trib
    May 17, 2021 @ 14:53
    Matt Brailsford
    0

    Ahh, cool. Well I'm glad you got it up and running nevertheless 👍

    Matt

  • 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