• Resolved ronaldlauweb

    (@ronaldlauweb)


    Hi,
    The chrome console is showing me these errors

    log.js:187 No request strings defined. Analytics data will not be sent from this page.
    log.js:187 Ignoring request for event. Request string not found: pageview

      msg_(tag, level, messages) {
        if (this.getLevel_() != LogLevel.OFF) {
          let fn = this.win.console.log;
          if (level == 'ERROR') {
            fn = this.win.console.error || fn;
          } else if (level == 'INFO') {
            fn = this.win.console.info || fn;
          } else if (level == 'WARN') {
            fn = this.win.console.warn || fn;
          }
          if (getMode().localDev) {
            messages.unshift('[' + tag + ']');
          }
          fn.apply(this.win.console, messages);
        }
      }

    No request strings defined. Analytics data will not be sent from this page.
    Ignoring request for event. Request string not found:

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

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Error log.js’ is closed to new replies.