First Report on visualize.js give 2126 error

Hi folks,

I'm trying my first web report using visualize.js on jaspersoft 6.2.

It's erroring at the following function in visualise.js:
    function p(e) {
        var t = e.toLowerCase().match(D)
          , n = t[2]
          , r = t[3]
          , o = t[4] || "";
        return ("http:" == n && ":80" == o || "https:" == n && ":443" == o) && (o = ""),
        n + "//" + r + o
    }
 
Presumably e.toLowerCase().match(D) isn't returning a value. any htoughts?

 

 

jcook_2's picture
Joined: Jun 15 2017 - 2:11pm
Last seen: 5 years 6 months ago

0 Answers:

No answers yet
Feedback