MadAppGang / identifo

Universal authentication framework for web, created with go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error creating PEM: x509: unsupported public key type: <nil>

kazemisoroush opened this issue · comments

This is happening on Identifo v2.1.1. A 500 error happens when logging in to the admin panel. After logging into the admin panel an error snack bar will appear like so:
image

Here is a complete request and response:

{
    "error": "error creating PEM: x509: unsupported public key type: <nil>",
    "code": 500
}

Request:
image

Response Headers:
image

Request Headers:
image

Query Parameters:
image

Fixed in V2.1.2