andymeneely / dev-fortress-server

MIT License
4 stars 0 forks source link

Error when creating new Event through API #83

Open ShaydeNofziger opened 7 years ago

ShaydeNofziger commented 7 years ago

The application fails when POSTing a new Event to the API. Preliminary research shows two issues:

Steps to reproduce:

  1. authenticate as admin or user in professor role.
  2. attempt to create a new event by POSTing to /api/event.
  3. receive a 400 Bad Request response.

See server console logs for more details.