Ashutosh1998senger

firebase error

Dec 18th, 2018
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.15 KB | None | 0 0
  1. ashutosh@ashutosh-Inspiron-15-3567:~/ctesting$ heroku logs --tail
  2. 2018-12-19T03:25:39.000000+00:00 app[api]: Build succeeded
  3. 2018-12-19T03:25:39.629232+00:00 app[web.1]:
  4. 2018-12-19T03:25:39.629250+00:00 app[web.1]: > realtime@0.0.0 start /app
  5. 2018-12-19T03:25:39.629251+00:00 app[web.1]: > node dist/server.js
  6. 2018-12-19T03:25:39.629253+00:00 app[web.1]:
  7. 2018-12-19T03:25:41.442654+00:00 app[web.1]:
  8. 2018-12-19T03:25:41.442694+00:00 app[web.1]: It looks like you're using the development build of the Firebase JS SDK.
  9. 2018-12-19T03:25:41.442696+00:00 app[web.1]: When deploying Firebase apps to production, it is advisable to only import
  10. 2018-12-19T03:25:41.442698+00:00 app[web.1]: the individual SDK components you intend to use.
  11. 2018-12-19T03:25:41.442699+00:00 app[web.1]:
  12. 2018-12-19T03:25:41.442701+00:00 app[web.1]: For the module builds, these are available in the following manner
  13. 2018-12-19T03:25:41.442702+00:00 app[web.1]: (replace <PACKAGE> with the name of a component - i.e. auth, database, etc):
  14. 2018-12-19T03:25:41.442704+00:00 app[web.1]:
  15. 2018-12-19T03:25:41.442706+00:00 app[web.1]: CommonJS Modules:
  16. 2018-12-19T03:25:41.442709+00:00 app[web.1]: const firebase = require('firebase/app');
  17. 2018-12-19T03:25:41.442710+00:00 app[web.1]: require('firebase/<PACKAGE>');
  18. 2018-12-19T03:25:41.442712+00:00 app[web.1]:
  19. 2018-12-19T03:25:41.442714+00:00 app[web.1]: ES Modules:
  20. 2018-12-19T03:25:41.442715+00:00 app[web.1]: import firebase from 'firebase/app';
  21. 2018-12-19T03:25:41.442717+00:00 app[web.1]: import 'firebase/<PACKAGE>';
  22. 2018-12-19T03:25:41.442718+00:00 app[web.1]:
  23. 2018-12-19T03:25:41.442719+00:00 app[web.1]: Typescript:
  24. 2018-12-19T03:25:41.442721+00:00 app[web.1]: import * as firebase from 'firebase/app';
  25. 2018-12-19T03:25:41.442722+00:00 app[web.1]: import 'firebase/<PACKAGE>';
  26. 2018-12-19T03:25:41.442724+00:00 app[web.1]:
  27. 2018-12-19T03:25:41.568369+00:00 heroku[web.1]: State changed from starting to crashed
  28. 2018-12-19T03:25:41.575855+00:00 heroku[web.1]: State changed from crashed to starting
  29. 2018-12-19T03:25:41.548484+00:00 heroku[web.1]: Process exited with status 0
  30. 2018-12-19T03:25:56.555148+00:00 heroku[web.1]: Starting process with command `npm start`
  31. 2018-12-19T03:25:59.014608+00:00 app[web.1]:
  32. 2018-12-19T03:25:59.014648+00:00 app[web.1]: > realtime@0.0.0 start /app
  33. 2018-12-19T03:25:59.014650+00:00 app[web.1]: > node dist/server.js
  34. 2018-12-19T03:25:59.014651+00:00 app[web.1]:
  35. 2018-12-19T03:26:00.365101+00:00 app[web.1]:
  36. 2018-12-19T03:26:00.365136+00:00 app[web.1]: It looks like you're using the development build of the Firebase JS SDK.
  37. 2018-12-19T03:26:00.365138+00:00 app[web.1]: When deploying Firebase apps to production, it is advisable to only import
  38. 2018-12-19T03:26:00.365140+00:00 app[web.1]: the individual SDK components you intend to use.
  39. 2018-12-19T03:26:00.365141+00:00 app[web.1]:
  40. 2018-12-19T03:26:00.365143+00:00 app[web.1]: For the module builds, these are available in the following manner
  41. 2018-12-19T03:26:00.365144+00:00 app[web.1]: (replace <PACKAGE> with the name of a component - i.e. auth, database, etc):
  42. 2018-12-19T03:26:00.365146+00:00 app[web.1]:
  43. 2018-12-19T03:26:00.365148+00:00 app[web.1]: CommonJS Modules:
  44. 2018-12-19T03:26:00.365152+00:00 app[web.1]: const firebase = require('firebase/app');
  45. 2018-12-19T03:26:00.365154+00:00 app[web.1]: require('firebase/<PACKAGE>');
  46. 2018-12-19T03:26:00.365155+00:00 app[web.1]:
  47. 2018-12-19T03:26:00.365157+00:00 app[web.1]: ES Modules:
  48. 2018-12-19T03:26:00.365158+00:00 app[web.1]: import firebase from 'firebase/app';
  49. 2018-12-19T03:26:00.365160+00:00 app[web.1]: import 'firebase/<PACKAGE>';
  50. 2018-12-19T03:26:00.365161+00:00 app[web.1]:
  51. 2018-12-19T03:26:00.365163+00:00 app[web.1]: Typescript:
  52. 2018-12-19T03:26:00.365164+00:00 app[web.1]: import * as firebase from 'firebase/app';
  53. 2018-12-19T03:26:00.365166+00:00 app[web.1]: import 'firebase/<PACKAGE>';
  54. 2018-12-19T03:26:00.365167+00:00 app[web.1]:
  55. 2018-12-19T03:26:00.488393+00:00 heroku[web.1]: State changed from starting to crashed
  56. 2018-12-19T03:26:07.096370+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=fathomless-caverns-34214.herokuapp.com request_id=78b335db-dd80-471f-9469-eab614737119 fwd="223.181.40.152" dyno= connect= service= status=503 bytes= protocol=https
  57. 2018-12-19T03:26:08.042839+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=fathomless-caverns-34214.herokuapp.com request_id=1327ac59-d724-45f8-9885-3c1e9d80069b fwd="223.181.40.152" dyno= connect= service= status=503 bytes= protocol=https
  58. 2018-12-19T03:26:09.975391+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=fathomless-caverns-34214.herokuapp.com request_id=72ce395e-6be7-40a4-99f9-5f22fd2e123d fwd="223.181.40.152" dyno= connect= service= status=503 bytes= protocol=https
  59. 2018-12-19T03:26:12.412649+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=fathomless-caverns-34214.herokuapp.com request_id=5c30512a-a3e3-4d32-b1d1-b7f91f9642c0 fwd="223.181.40.152" dyno= connect= service= status=503 bytes= protocol=https
  60. 2018-12-19T03:26:13.163892+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=fathomless-caverns-34214.herokuapp.com request_id=c60f7259-cfdc-403b-9b27-7aaa26863876 fwd="223.181.40.152" dyno= connect= service= status=503 bytes= protocol=https
  61. 2018-12-19T03:46:02.000000+00:00 app[api]: Build started by user ashutoshsenger09@gmail.com
  62. 2018-12-19T03:47:11.215927+00:00 app[api]: Deploy a2bfcfe4 by user ashutoshsenger09@gmail.com
  63. 2018-12-19T03:47:11.215927+00:00 app[api]: Release v18 created by user ashutoshsenger09@gmail.com
  64. 2018-12-19T03:47:29.000000+00:00 app[api]: Build succeeded
  65. 2018-12-19T03:47:38.362627+00:00 heroku[web.1]: Starting process with command `npm start`
  66. 2018-12-19T03:47:41.163755+00:00 app[web.1]:
  67. 2018-12-19T03:47:41.163777+00:00 app[web.1]: > realtime@0.0.0 start /app
  68. 2018-12-19T03:47:41.163779+00:00 app[web.1]: > node dist/server.js
  69. 2018-12-19T03:47:41.163781+00:00 app[web.1]:
  70. 2018-12-19T03:47:43.005769+00:00 heroku[web.1]: State changed from crashed to starting
  71. 2018-12-19T03:47:42.985453+00:00 heroku[web.1]: Process exited with status 0
  72. 2018-12-19T03:47:57.200120+00:00 app[web.1]:
  73. 2018-12-19T03:47:57.200139+00:00 app[web.1]: > realtime@0.0.0 start /app
  74. 2018-12-19T03:47:57.200141+00:00 app[web.1]: > node dist/server.js
  75. 2018-12-19T03:47:57.200142+00:00 app[web.1]:
  76. 2018-12-19T03:47:58.246883+00:00 app[web.1]:
  77. 2018-12-19T03:47:58.246906+00:00 app[web.1]: It looks like you're using the development build of the Firebase JS SDK.
  78. 2018-12-19T03:47:58.246908+00:00 app[web.1]: When deploying Firebase apps to production, it is advisable to only import
  79. 2018-12-19T03:47:58.246910+00:00 app[web.1]: the individual SDK components you intend to use.
  80. 2018-12-19T03:47:58.246912+00:00 app[web.1]:
  81. 2018-12-19T03:47:58.246913+00:00 app[web.1]: For the module builds, these are available in the following manner
  82. 2018-12-19T03:47:58.246915+00:00 app[web.1]: (replace <PACKAGE> with the name of a component - i.e. auth, database, etc):
  83. 2018-12-19T03:47:58.246916+00:00 app[web.1]:
  84. 2018-12-19T03:47:58.246918+00:00 app[web.1]: CommonJS Modules:
  85. 2018-12-19T03:47:58.246920+00:00 app[web.1]: const firebase = require('firebase/app');
  86. 2018-12-19T03:47:58.246922+00:00 app[web.1]: require('firebase/<PACKAGE>');
  87. 2018-12-19T03:47:58.246923+00:00 app[web.1]:
  88. 2018-12-19T03:47:58.246925+00:00 app[web.1]: ES Modules:
  89. 2018-12-19T03:47:58.246927+00:00 app[web.1]: import firebase from 'firebase/app';
  90. 2018-12-19T03:47:58.246928+00:00 app[web.1]: import 'firebase/<PACKAGE>';
  91. 2018-12-19T03:47:58.246930+00:00 app[web.1]:
  92. 2018-12-19T03:47:58.246931+00:00 app[web.1]: Typescript:
  93. 2018-12-19T03:47:58.246933+00:00 app[web.1]: import * as firebase from 'firebase/app';
  94. 2018-12-19T03:47:58.246934+00:00 app[web.1]: import 'firebase/<PACKAGE>';
  95. 2018-12-19T03:47:58.246936+00:00 app[web.1]:
  96. 2018-12-19T03:47:58.336737+00:00 heroku[web.1]: State changed from starting to crashed
  97. 2018-12-19T03:47:58.322297+00:00 heroku[web.1]: Process exited with status 0
  98. 2018-12-19T03:49:53.475433+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=fathomless-caverns-34214.herokuapp.com request_id=0cabac7e-0455-41b8-b7d3-2401e5d19b8d fwd="106.210.40.32" dyno= connect= service= status=503 bytes= protocol=https
  99. 2018-12-19T03:49:56.081680+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=fathomless-caverns-34214.herokuapp.com request_id=e07ec960-a73b-4325-b009-6b54daeb9f59 fwd="106.210.40.32" dyno= connect= service= status=503 bytes= protocol=https
  100. 2018-12-19T03:49:58.776629+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=fathomless-caverns-34214.herokuapp.com request_id=28ce3d31-fb02-4cd9-a780-8d2943d7c8f9 fwd="106.210.40.32" dyno= connect= service= status=503 bytes= protocol=https
  101. 2018-12-19T03:49:59.656215+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=fathomless-caverns-34214.herokuapp.com request_id=2b12431d-3203-4bf6-b1a1-f781ec369987 fwd="106.210.40.32" dyno= connect= service= status=503 bytes= protocol=https
Add Comment
Please, Sign In to add comment