• Hello,

    I am trying to troubleshoot an issue with the search results not showing specifically in IE11. The ALM results will load the first time you visit the page, however, on a page refresh, or revisit to the page no results load and the following error displays in the console:

    
    String Expected
    ajax-load-more.min.js (18923,3)
    

    Completely clearing the browsing data and a fresh visit to the search page will display results again.

    I swapped out the minified file for the regular file to see where the error was and it looks like this is where the error occurs.

      defineIteratorMethods(AsyncIterator.prototype);
      AsyncIterator.prototype[asyncIteratorSymbol] = function () {
        return this;
      };
      exports.AsyncIterator = AsyncIterator;
    

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘String Expected Error IE11 only’ is closed to new replies.