We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Upon creating an election with the following payload, the election doesn't get created
Instead, I get a 500 error with the following response
The text was updated successfully, but these errors were encountered: