uwpokerclub / developer-hub

0 stars 1 forks source link

API Golang Rewrite | Invalid key type when attempting to create new session #168

Closed asmahood closed 2 years ago

asmahood commented 2 years ago

Description

When attempting to create a new session on /login/session, the following error is returned.

{
    "code": 500,
    "type": "INTERNAL_SERVER_ERROR",
    "message": "Error occurred signing token: key is of invalid type"
}

QA Steps