Check the responses in the network tab in the browser dev tools when you submit.
All the log arrays are empty in the response for the requests that do not use to/from/limit.
All the POST requests to /api/users/:_id/exercises where the payload doesn’t include a date are returning Error (not sure why the tests are passing though).
It’s solved. It’s due to the date fcc sometimes doesn’t send in testing as it is optional. I had used default date in schema but forgot to handle it in API request when someone submits the exercise form.
It’s solved. It’s due to the date fcc sometimes doesn’t send in testing as it is optional. I had used default date in schema but forgot to handle it in API request when someone submits the exercise form.