Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
BrunoQuaresma opened this issue Nov 14, 2023 · 1 comment · Fixed by #10683
Closed

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

BrunoQuaresma opened this issue Nov 14, 2023 · 1 comment · Fixed by #10683
Assignees
Labels
api Area: HTTP API

Comments

@BrunoQuaresma
Copy link
Collaborator

BrunoQuaresma commented Nov 14, 2023

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
}
@BrunoQuaresma BrunoQuaresma added api Area: HTTP API s1 Bugs that break core workflows. Only humans may set this. labels Nov 14, 2023
@cdr-bot cdr-bot bot added the bug label Nov 14, 2023
@kylecarbs kylecarbs removed the s1 Bugs that break core workflows. Only humans may set this. label Nov 14, 2023
@kylecarbs
Copy link
Member

This only impacts E2E tests because of a license server change.

@BrunoQuaresma BrunoQuaresma self-assigned this Nov 14, 2023
@BrunoQuaresma BrunoQuaresma closed this as not planned Won't fix, can't repro, duplicate, stale Nov 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api Area: HTTP API
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants