oyvinddd / officesports

An app for keeping scores against colleagues in table tennis, foosball and pool
Creative Commons Zero v1.0 Universal
16 stars 2 forks source link

Unable to join team using new endpoint #108

Closed oyvinddd closed 2 years ago

oyvinddd commented 2 years ago

/joinTeam returns 401 for all requests to join a team, even though the password is correct.

Request body looks like this:

{
    "playerId": "test_1",
    "teamId": "8ixTDLTmNf5BSIuXGFcs",
    "password": ...
}

Response:

{
    "errors": [
        {
            "errorCode": "ERROR0017",
            "message": "Invalid team password"
        }
    ]
}