Nuances solving the exercise tracker project

Tell us what’s happening:
The tests aren’t passing, but everything seems to be working. How do I get the tests to pass? Most of the problems seem to be with dates.

Thanks for your help :slight_smile:

Your code so far

code here

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/100.0.4896.127 Safari/537.36

Challenge: Exercise Tracker

Link to the challenge:

The date is optional, what happens if no date is supplied when posting to /exercises

All you log arrays are empty in the response, except for the ones with from/to/limit


Use the network tab in the browser and inspect the responses when submitting.

Thank you for your help. I will continue to troubleshoot.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.