Guest User

Untitled

a guest
Feb 25th, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1. server.route({
  2. method: 'GET',
  3. path: '/favicon.ico',
  4. handler: function (request, reply) {
  5. return reply(require('fs').createReadStream('../../favicon.ico')).code(200).type('image/x-icon');;
  6. }
  7. })
  8.  
  9. 2018-02-25T04:56:18.826225+00:00 app[web.1]: Server running at: http://localhost:16689
  10. 2018-02-25T04:57:16.324815+00:00 heroku[web.1]: Error R10 (Boot timeout) -> Web process failed to bind to $PORT within 60 seconds of launch
  11. 2018-02-25T04:57:16.324815+00:00 heroku[web.1]: Stopping process with SIGKILL
  12. 2018-02-25T04:57:16.406578+00:00 heroku[web.1]: Process exited with
  13. status 137
  14. 2018-02-25T04:57:16.418790+00:00 heroku[web.1]: State changed from starting to crashed
  15. 2018-02-25T06:57:16.527520+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=profileapi.herokuapp.com
  16. request_id=16403e1b-9e90-42f0-94c9-801960806944 fwd="157.49.157.106" dyno= connect= service= status=503 bytes= protocol=https
  17. 2018-02-25T06:57:17.983629+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=profileapi.herokuapp.com request_id=67f40452-1a05-440f-962a-a045563a73af fwd="157.49.157.106" dyno= connect= service= status=503 bytes= protocol=https
  18. 2018-02-25T06:57:27.478816+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=profileapi.herokuapp.com request_id=df2d9323-aa9d-4cff-9ef8-3722efda8a2f fwd="157.49.157.106" dyno= connect= service= status=503 bytes= protocol=https
  19. 2018-02-25T06:57:28.922698+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=profileapi.herokuapp.com request_id=cc5088e6-fb7b-4c7b-8bcb-c2db8556dd8e fwd="157.49.157.106" dyno= connect= service= status=503 bytes= protocol=https
Add Comment
Please, Sign In to add comment