Skip to content

User creation is broken #9

Description

@twells46

The user is not created at all, though I was able to create a user manually using this curl command while ssh'd into the Wombat, so the endpoint is still fine.

curl -X POST "http://localhost:8888/initialize-project" \
    -H "Content-Type: application/json" \
    -d '{
      "user": {
        "userName": "thomas",
        "interfaceMode": "Advanced",
        "projects": []
      },
      "project": {
        "projectName": "mecanum",
        "projectLanguage": "c",
        "includeFolderFiles": [],
        "srcFolderFiles": [],
        "dataFolderFiles": []
      },
      "classroomName": ""
    }'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions