Advertisement
Guest User

Untitled

a guest
May 8th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 KB | None | 0 0
  1. [1557320822464] INFO (24 on 9ecbe623c9af): HTTP GET /roles ------> OK
  2. { username: 'test',
  3. email: 'test@arimac.com',
  4. creator: 'admin1',
  5. id: 1924,
  6. name: 'test',
  7. epfno: '123444',
  8. branch: 'Navam Mawatha',
  9. department: 'test',
  10. mobile_number: '773332481',
  11. start_date: 2019-05-07T18:30:00.000Z,
  12. end_date: 2019-05-30T18:30:00.000Z,
  13. user_status: 'true',
  14. password: 'cGFzc3dvcmQ=',
  15. user_role: 'View Reports ',
  16. auth_type: 'CREATE_USER',
  17. state: 1,
  18. keycloakid: 'null',
  19. created_at: 2019-05-08T07:36:44.000Z,
  20. branch_id: 1595 }
  21. View Reports
  22. [1557320830090] ERROR (24 on 9ecbe623c9af): Request failed with status code 404
  23. Error: Request failed with status code 404
  24. at createError (/app/node_modules/axios/lib/core/createError.js:16:15)
  25. at settle (/app/node_modules/axios/lib/core/settle.js:18:12)
  26. at IncomingMessage.handleStreamEnd (/app/node_modules/axios/lib/adapters/http.js:201:11)
  27. at IncomingMessage.emit (events.js:194:15)
  28. at endReadableNT (_stream_readable.js:1125:12)
  29. at process._tickCallback (internal/process/next_tick.js:63:19)
  30. 1
  31. (node:24) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'data' of undefined
  32. at axios.get.catch.then.result (/app/index.js:603:42)
  33. at process._tickCallback (internal/process/next_tick.js:68:7)
  34. (node:24) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 45)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement