``` 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?