You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reproduce:
Go to UI fill out all values except start and end (leave default "mm/dd/yyyy")
Press Create
=> Error 500
FIX:
We can either have the backend set default values for bad date inputs (ex: start = today, end=today+1month)
Or we can make the front end check that the dates are set, otherwise Create gives a message but doesn't send the request
Ideally, fix from the backend so that direct api calls (outisde of UI) don't throw the error
The text was updated successfully, but these errors were encountered:
Reproduce:
Go to UI fill out all values except start and end (leave default "mm/dd/yyyy")
Press Create
=> Error 500
FIX:
We can either have the backend set default values for bad date inputs (ex: start = today, end=today+1month)
Or we can make the front end check that the dates are set, otherwise Create gives a message but doesn't send the request
Ideally, fix from the backend so that direct api calls (outisde of UI) don't throw the error
The text was updated successfully, but these errors were encountered: