pledge4future/WePledge

Registration not working on dev branch

Closed this issue · 2 comments

The registration on the currently deployed version is not working. When trying to create a user account, the backend sends the following error object:

[
    {
        "message": "[Errno -2] Name or service not known",
        "locations": [
            {
                "line": 2,
                "column": 3
            }
        ],
        "path": [
            "register"
        ]
    }
]

They payload for the request is:

{
    "academicTitle": "PROF",
    "firstName": "mockUserFirstName",
    "lastName": "mockUserLastName",
    "email": "mockuser@gmail.com",
    "password1": "MockPassword123!",
    "password2": "MockPassword123!"
}

The same query works fine on a local setup so I assume that the problem lies somewhere in exposing certain endpoints via the https://api.test-pledge4future.heigit.org/graphql/ url unfortunately

We can definitely close this as it has been working for a while now.