Skip to content

XHR Send error 502 #3

@Joykiller

Description

@Joykiller
    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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions