By ellisn1258
Hi,
I have made an Authentication API with Node.js and MongoDB which works perfectly on my local machine. As soon as I upload it to Digital Ocean with Ubuntu, however, everything that doesn’t rely on MongoDB works (for example, I have some validation code that checks if the send email is actually an email or not and if it isn’t I get the appropriate response back so the nod.js code is working without errors.) However, if I send details that require to use the MongoDB part of the code, nothing happens. I send the request through Postman and it just stays on ‘Sending request’. When I connect to the database, it prints out “Database connected” so it connects to the database correctly, just won’t do any of the queries I ask it to do.
Am I missing something or any steps I haven’t gone through? I haven’t got a firewall on the Ubuntu Server either so anything should go through it.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hello,
This indeed sounds like a database problem, what I could suggest is to make sure that your database details are correctly specified in your node db.js file - check the port, the host, the user and the password and make sure that they are correct.
Also I would recommend taking a look at this article which would show you how to configure MongoDB with your Node application:
https://www.digitalocean.com/community/tutorials/how-to-integrate-mongodb-with-your-node-application
Let me know how it goes! Regards, Bobby
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.