Open 4ndygu opened 6 years ago
hmm, seems like this would be a javascript error with the following blob:
var data = new Object();
var formResults = CRM.$("#OSDIExportForm").serializeArray().map(function(x){
data[x.name] = x.value;}
);
var endpoint = data["civiendpoint"];
var endpointroot = data["civiendpoint"];
if (endpoint.indexOf("actionnetwork.org") !== -1) {
endpointroot = endpointroot.substring(0, endpointroot.indexOf("/people"));
} else {
endpointroot = endpointroot.substring(0, endpointroot.indexOf("/civicrm"))
+ "/civicrm";
}
I'm still unable to replicate the error, but could you let me know what happens if you output some of this code in your console?
Additionally, could you supply the /people endpoint, rather than the root?
ah - i can replicate it now. If you supply the actual /people endpoint rather than the root, this should work!
I manually committed this change and unfortunately the error persists. I've tried with my browser in incognito mode too.
I also tried filling in the OSDI endpoint (root) input field in the Import section but still saw the error.