Jump to content
Changes to the Jaspersoft community edition download ×

Visualize JS - Authentication Error on Safari


Recommended Posts

I created an html page having same code in the introductory video of visualize.js.

It is working fine in latest version of chrome and firefox.

It is giving authentication error in safari and  "Object doesn't support this property or method  visualize.js, line 67 character 13795" in IE8.

Thanks in advance for the cooperation.

Link to comment
Share on other sites

  • 1 month later...
  • Replies 4
  • Created
  • Last Reply

Top Posters In This Topic

  • 1 month later...
  • 1 month later...

I was also facing the same problem. It was not passing the session id in report Execution requests. Now i use 

 

v.login(
 
).done(function(){
v.report({
resource: url,
container: container,
 
success:function(){
 
},error:function(er){
 
}
});
 
 
 
}).fail(function(){
 
 
}
it works fine
Link to comment
Share on other sites

  • 1 month later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...