Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

248
Views
Nodo de autenticación incorrecto
import express from "express"; import bodyParser from "body-parser"; import mongoose from "mongoose"; import cors from "cors"; const app = express(); app.use(bodyParser.json({limit: "30mb",extended: true})); app.use(bodyParser.urlencoded({limit: "30mb",extended: true})); app.use(cors()); const CONNECTION_URL = 'mongodb+srv://MyUserName:MyPassword@cluster0.hf6zp.mongodb.net/?retryWrites=true&w=majority'; const PORT = process.env.PORT || 5000; mongoose.Promise = global.Promise; mongoose.connect(CONNECTION_URL) .then(() => app.listen(PORT, () => console.log("Server running on port ${PORT}")) ).catch((error) => console.log(error.message));

// Muestra la salida en npm start [nodemon] node index.js autenticación incorrecta: la autenticación falló. [nodemon] salida limpia - esperando cambios antes de reiniciar

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!