eventsignup with email crashes the API
Created by: temparus
Whenever one wants to sign up for an event by email (no logged in user) with the following POST request
- Path:
/eventsignups
- Data
{event: "5a2284b6977d36000aba4e65", email: "test@test.com"}
the API response is Error 502 Bad Gateway
.