Skip to content

parse license: token contains an invalid number of segments #10681

Closed
@BrunoQuaresma

Description

@BrunoQuaresma

When trying to create the first user, I'm getting a 500 error from the API.

{
    "message": "Failed to generate trial",
    "detail": "parse license: token contains an invalid number of segments"
}

Payload:

{
  "email": "admin@coder.com",
  "password": "s3curePassw0rd!",
  "username": "admin",
  "trial": true
}

Metadata

Metadata

Assignees

Labels

apiArea: HTTP API

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions