Skip to Main Content

MongoByte MongoDB Logo

Welcome to the new MongoDB Feedback Portal!

{Improvement: "Your idea"}
We’ve upgraded our system to better capture and act on your feedback.
Your feedback is meaningful and helps us build better products.

Status Will Not Implement
Categories Compass
Created by Guest
Created on Oct 9, 2023

Fetching data issue from browser to console

I have created a page where users must enter the data and give it a path. I did this with MongoDB compass. I used this mongoose.connect("mongodb+srv://gabyjudge07:********@cluster0.nucdve3.mongodb.net/", {useNewUrlParser:true}); app.post('/posts/store', (req, res) => { console.log(req.body) res.redirect('/') }) I created a collection for my application, but whenever I try to enter the data, it does not come to the console, or compass. Is there any way to fix this error?
  • ADMIN RESPONSE
    Aug 8, 2025
    I am closing this suggestion as it's a support request that is unrelated to Compass.
  • Attach files