Skip to content

/create returns 500 #24

@vaishnav-mk

Description

@vaishnav-mk

Upon creating an election with the following payload, the election doesn't get created

{
  "display_name": "new election",
  "election_name": "id",
  "no_of_voters": "3",
  "candidates": [
    {
      "name": "can 1"
    },
    {
      "name": "can 2"
    }
  ],
  "auth_type": "secret",
  "emails": "",
  "gsuite_domain": ""
}

Instead, I get a 500 error with the following response

A server error has occurred

FUNCTION_INVOCATION_FAILED

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions