uwpokerclub / developer-hub

0 stars 1 forks source link

Unable to create new semesters due to time parsing error #196

Closed asmahood closed 1 year ago

asmahood commented 1 year ago

Environment

Describe the bug

When creating a new event through the app, we get back a 400 error with the following

{
  "code": 400,
  "message": "parsing time \"\\\"2023-01-02\\\"\" as \"\\\"2006-01-02T15:04:05Z07:00\\\"\": cannot parse \"\\\"\" as \"T\"",
  "type": "INVALID_REQUEST"
}

Steps to reproduce

Go through the normal semester creation flow on the website

Expected behavior

No error and semester is created.

Actual behavior

No response from page and error in the console.

Screenshots

Additional context