pace-running / pace3

used for "lauf gegen rechts 2023"
2 stars 1 forks source link

T-shirt toggle needs to be checked in the backend #89

Closed qutax closed 1 year ago

qutax commented 1 year ago

While the t-shirt toggle deactivates the possibility to add the t-shirt/shipping information to the form, it is still possible to send requests to the API and successfully register with the t-shirt/shipping information.

qutax commented 1 year ago

Before this can be moved to done: Adjust the error message from the backend to provide information on why the request failed. Currently it just says:

{
  "error_message": "Bad data",
  "error_type": "Bad Request",
  "status_code": 400
}