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
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