the nomination form (https://endowment.dev/funding/) fails to submit and just returns: ``` ⚠️ Invalid request data ``` The response from https://api.endowment.dev/public/nominate returns an HTTP 422 and contains: ``` {"detail":"Invalid request data"} ``` So theres no specific details about what part of the validation may have failed.
the nomination form (https://endowment.dev/funding/) fails to submit and just returns:
The response from https://api.endowment.dev/public/nominate returns an HTTP 422 and contains:
So theres no specific details about what part of the validation may have failed.