I work on the starter project of FreeCodeCamp on Replit. I submit the url like : https://boilerplate-mongomongoose.paulpiazza.repl.co.
In the Replit console, I only get
POST
[Object object]
Thank you for your response and your hint! I opened the console on the Freecodecamp submitting page and I can see errors.
My cluster was not cleared before testing. Test tried to put a new record called ‘random’ which was already present in my docs. It was a unique key constraint violation. I fixed it.