Hi,
I'm with the Univ. of Kentucky and our team is trying to set up test i2b2 and Shrine instances to join the Shrine test network.
Our i2b2 version 1.8.1
I don't see any error in server.log in the i2b2 side.
I do see a Javascript error when logging in. I have attached a screenshot of the error.
The Network tab does not show an error( 200 responses).
The JS error occurs in i2b2_cell_communicator.js
var myCallback = {
success: function(o, status, xhr) {
pendingAsyncRequestCount = pendingAsyncRequestCount-1;
- Here, 'o' is null.
...
snifferPackage.status = xhr.status;
snifferPackage.msgRecv = {
when: new Date(),
msg: String(xhr.responseText)
}
We are using ldap to login.
Is there any other information I can provide that might help someone debug, please?
thank you!
Vidhya