nodebb-plugin-blog-comments2 icon indicating copy to clipboard operation
nodebb-plugin-blog-comments2 copied to clipboard

XHR Send error 502

Open Joykiller opened this issue 8 years ago • 0 comments

    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?

Joykiller avatar Aug 01 '17 06:08 Joykiller