oc-redirect-plugin icon indicating copy to clipboard operation
oc-redirect-plugin copied to clipboard

Redirect statistics not loaded on first page display

Open Eoler opened this issue 5 months ago • 0 comments

Environment:

  • Redirect 3.1.11
  • OctoberCMS 3.5.14

Intermittently it errors in JavaScript instead of loading and showing a chart, probably related to Turbo Router enabled in backend?

VM36:27 Uncaught ReferenceError: Chart is not defined
    at <anonymous>:27:5
    at framework-bundle.min.js?v680526b0:1:23830
    at Array.forEach (<anonymous>)
    at framework-bundle.min.js?v680526b0:1:23618
    at framework-bundle.min.js?v680526b0:1:23851
    at NodeList.forEach (<anonymous>)
    at n (framework-bundle.min.js?v680526b0:1:23052)
    at e.<anonymous> (framework-bundle.min.js?v680526b0:1:23923)
    at e.value (framework-bundle.min.js?v680526b0:1:16728)
    at e.value (framework-bundle.min.js?v680526b0:1:14725)
    at framework-bundle.min.js?v680526b0:1:24428
    at e.value (framework-bundle.min.js?v680526b0:1:971)
    at Function.value (framework-bundle.min.js?v680526b0:1:407)
    at e.value (framework-bundle.min.js?v680526b0:1:24383)
    at e.value (framework-bundle.min.js?v680526b0:1:19054)
    at e.value (framework-bundle.min.js?v680526b0:1:19833)

Eoler avatar Jan 31 '24 19:01 Eoler