Exercise Tracker, Post new Exercise

Exercise Tracker Project Problem, Please assist this newbie.

I a currently trying to complete the Project without success, have been stuck for 3 days and cant seem topass the “Create new exercise” task. am unable to detect the problem after running testing against the Example Project, using the browser developer console, and looking for answers online.

My Replit Profile DustyPienaar - Replit
Project save - https://replit.com/@DustyPienaar/Exercise-Tracker?v=1

image

Please advice on solution or improvement
Thanks in advance

Edit: _Id in form is required by fcc, and used for database reference.

The formdata you POST contains the _id. Does your backend code require this field? Generally if an ID is supplied in the URL it isn’t supplied in the formdata as well.

is the issue solved?

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