Advertisement
Fengren

demo log 8

Feb 18th, 2019
406
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.03 KB | None | 0 0
  1. db-cli_1    | 172.18.0.5 - - [19/Feb/2019 05:16:04] "GET /admins/4 HTTP/1.1" 200 -
  2. api_1       | { email: 'rinneeeeeeeeee@gmail.com',
  3. api_1       |   first_name: 'Mikhail',
  4. api_1       |   id: 4,
  5. api_1       |   is_receptionist: true,
  6. api_1       |   last_name: 'Agudo',
  7. api_1       |   password: '$2b$10$DzhYHta6K0cM/Vk5uK.GFOpl070PmaHMpy6bFS3F.LEQESdulVwYi',
  8. api_1       |   type: 'admin' }
  9. db-cli_1    | 172.18.0.5 - - [19/Feb/2019 05:16:04] "GET /admins/email?email=rinneeeeeeeeee@gmail.com HTTP/1.1" 200 -
  10. api_1       | ReferenceError: bcrypt is not defined
  11. api_1       |     at router.post (/app/routes/admin/users.js:29:22)
  12. api_1       |     at Layer.handle [as handle_request] (/app/node_modules/express/lib/router/layer.js:95:5)
  13. api_1       |     at next (/app/node_modules/express/lib/router/route.js:137:13)
  14. api_1       |     at admin (/app/auth/verify.js:23:9)
  15. api_1       |     at <anonymous>
  16. api_1       |     at process._tickCallback (internal/process/next_tick.js:189:7)
  17. api_1       | POST /admin/users 500 34.054 ms - 588
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement