Amazon webscraper : products not adding to Mongoose collection
The issue I’m facing is that despite observing traffic on my MongoDB database, the products I expect to be stored within it are not present. I scrape product data from Amazon and attempt to store it in the database using a defined schema and model. Despite successful scraping and apparent database activity, the products don’t appear in the database collection.