My main code looks just errorless, so as the other files associated with it. but this issue strangely persists. I have created people with correct modeling, tried different mongoose versions, correct npm initializations & installations, also wiped browser cache, using both local & online IDEs, upgrading/downgrading packages, scraped the entire web for it. and yet the problem is still there. the terminal doesn’t throw any errors; it connects (i guess), but no approval from freecodecamp.
I appreciate your reply, sir. I got this finally. Well, the issues were tons, chained & sophisticated. However, I would like to share it so that it might help:
The console tab on browser, unfortunately, showed errors as a whole and not in detail. e.g.: Object as eval, internal error, unauthorized admin access, GET error, POST error, etc. So, I did a fresh installation with nothing else, corrected everything for the purpose of FCC parsing; This involved putting arrayOfPeople as an argument of createManyPeople as well. Before hitting this very last point, everything from MongoDB to VsCode terminal was set perfectly, then it was just a matter of time to tell from the browser errors: Object as eval, POST error, to my terminal final error: “TypeError : done is not a function.”. And as mentioned above, solved by correct argument setting. Just want to say:
Do not change or try to fix anything, go along with tutorials atom by atom.