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

53
Views
Code shows TypeError: Cannot read property 'response' of undefined

Api To verify session and fetch user details.

module.exports = {

friendlyName: 'Verify',

description: 'Verify customer.',

inputs: {

},

exits: { success: { responseType: "success" }, failure: { responseType: "failure" } },

fn: async function (inputs, exits) {

try{
  
  
  const customerId= this.req.session.token;
  
  if(customerId == req.session.token){
    const userDetails = await sails.helpers.kobalt.core('customer/verify', 'GET', inputs);
    const userData = userDetails.data;
    const user = userData.json()


  }else{
    this.req.session.token = req.session.token;
    const userDetails = await sails.helpers.kobolt.core('customer/verify', 'GET', inputs);
    const userData = userDetails.data;
    const user = userData.json();
    

  }
 
  

  return exits.success(user);

}catch(err){
    
  sails.log(err);

  return exits.failure({status: err.raw.response.data.status, errors: err.raw.response.data.errors});
}

}

};

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!