nodebb-plugin-blog-comments2
nodebb-plugin-blog-comments2 copied to clipboard
XHR Send error 502
function xget (xhr, path) {
xhr.open('GET', path, true);
xhr.withCredentials = true;
xhr.send(); //right here not sending
return xhr;
}
Common.js line 26, Gateway 502 error Nodebb 1.5.3 got any ideas?