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

131
Views
Error "ER_DATA_TOO_LONG" para la contraseña. No sé cuál parece ser el problema

Sigue recibiendo este error "ER_DATE_TOO_LONG" en Postman que dice "Datos demasiado largos para la columna 'contraseña' en la fila 1". El tipo de datos de mi contraseña es VARCHAR(255), por lo que no hay motivos para decir que es demasiado larga. Confundido y atascado. Me alegraría si alguien me ayuda.

 console.log("test"); var username = request.body.username; var email = request.body.email; var password = request.body.password; var first_name = request.body.first_name; var last_name = request.body.last_name; var gender = request.body.gender; var address = request.body.address; var mobile_number = request.body.mobile_number; var user_profileimage = request.body.user_profileimage; var age = request.body.age; password = bcrypt.hashSync(password,10); userDB.addUser(username,email,password,first_name,last_name,gender,address,mobile_number,user_profileimage,age, function(error, result){ if(error){ respond.json(error); } else{ respond.json(result); } }) }```
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!