Copied to clipboard

Flag this post as spam?

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


  • Carlos Mosqueda 240 posts 431 karma points
    Mar 09, 2020 @ 19:28
    Carlos Mosqueda
    0

    Why am I getting a "Type Ahead" error in Umbraco 8.5 tags

    Why am I getting a "Type Ahead" error in Umbraco 8.5 tags

    I am getting an error on my property with the Type ahead. Any ideas why? Should I file it as a bug?

    TypeError: Cannot read property 'typeahead' of undefined
        at umbTagsEditorController.addTag (umbraco.directives.js?cdv=1991242412:9063)
        at fn (eval at compile (angular.js?cdv=1991242412:16387), <anonymous>:4:162)
        at callback (angular.js?cdv=1991242412:28815)
        at Scope.$eval (angular.js?cdv=1991242412:19356)
        at Scope.$apply (angular.js?cdv=1991242412:19455)
        at HTMLInputElement.<anonymous> (angular.js?cdv=1991242412:28819)
        at HTMLInputElement.dispatch (jquery.min.js?cdv=1991242412:2)
        at HTMLInputElement.v.handle (jquery.min.js?cdv=1991242412:2)
    
  • Paul Wright (suedeapple) 277 posts 704 karma points
    Mar 09, 2020 @ 22:54
    Paul Wright (suedeapple)
    0

    How many total "tags" have you got ?

    ALL of the tags get stored as json in the browser localDataStorage - and sometimes this can be enough to blow the allowed allocation.

    You could try increasing the memory allocation.

  • Andrei 15 posts 99 karma points
    May 04, 2020 @ 15:17
    Andrei
    0

    Having the same problem in 8.6.1. Any ideas? I just created a tags property on articles and saved a couple of tags. Then I was expecting typeahead to work on other article pages, but I get this error.

    [UPDATE] turns out it was a caching problem after upgrade. Found out when realized they work in Uaas, but not locally. They work now after hard browser reload.

Please Sign in or register to post replies

Write your reply to:

Draft