Skip to content
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

/create returns 500 #24

Open
vaishnav-mk opened this issue Oct 29, 2022 · 0 comments
Open

/create returns 500 #24

vaishnav-mk opened this issue Oct 29, 2022 · 0 comments

Comments

@vaishnav-mk
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant