Exercise Tracker tests are bugged

Tell us what’s happening:
Describe your issue in detail here.

Hi,

So the first 2 tests are fine, I provided my own solution and the first API POST works too. I since completed the next 2 missions, GET all users and POST exercise, both I confirmed working in the live app, but the tests are still failing.

I haven’t gotten to do the rest of the missions yet because of those errors, but they may be bugged as well.

BTW I also tried with glitch instead of repl.it, but got the same results.

Your project link(s)

solution: https://replit.com/@omerwow/boilerplate-project-exercisetracker

Your browser information:

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

Challenge: Exercise Tracker

Link to the challenge:

You need to use mongoDB to persist the data provided from the client. Once you implement DB functionality then we can talk about bugs… @OmerWow

https://fringe-ambiguous-growth.glitch.me/

So I added MongoDB functionality and switched to glitch
I really don’y understand why the adding exercises test is failing.

My output looks IDENTICAL to the example app provided by the FCC team, both with and without date provided (I mean even if you enter a date or one is added automatically - it all works fine and exactly like the example app).

What am I missing?
I’ve been stuck on this exercise for weeks now and I have no idea what I’m doing wrong.

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