Doug

Results 2 issues of Doug

What would be the best method to insert a set of default keys and values for them also push/store them to all users including new ones when they join too?

question

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