Back End Development and APIs Projects - Exercise Tracker

Tell us what’s happening:

Type Error failed to fetch with my solution link. I have my project url,
https://fcc-project-exercisetracker-cvbwfmxs6-tanmay-codes-projects.vercel.app/

This app is deployed in vercel. please help me to pass these test

###Your project link(s)

solution: https://fcc-project-exercisetracker-cvbwfmxs6-tanmay-codes-projects.vercel.app

githubLink: GitHub - Tanmay-Codes/fcc-project-exercisetracker: A boilerplate for a freeCodeCamp project.

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36

Challenge Information:

Back End Development and APIs Projects - Exercise Tracker

Submit the code with the browser network tab open and inspect your request/response.


  1. You do not have a GET /api/users route.

  2. Your data type for duration for the exercises response is not correct.

  3. Your exercise model has a typo.

  4. Your logs response does not have a count property.

  5. Your logs response does not have the correct date format.

  6. Your filtered logs response returns an empty log array.

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