Closed
Description
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
}