Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HEROKU APP CRASH PLEASE HELP!!! #28

Open
Aryan886 opened this issue Dec 25, 2020 · 0 comments
Open

HEROKU APP CRASH PLEASE HELP!!! #28

Aryan886 opened this issue Dec 25, 2020 · 0 comments

Comments

@Aryan886
Copy link

here is the crash
2020-12-25T19:06:54.884368+00:00 app[api]: Initial release by user [email protected] 2020-12-25T19:06:54.884368+00:00 app[api]: Release v1 created by user [email protected] 2020-12-25T19:06:55.191120+00:00 app[api]: Enable Logplex by user [email protected] 2020-12-25T19:06:55.191120+00:00 app[api]: Release v2 created by user [email protected] 2020-12-25T19:12:12.000000+00:00 app[api]: Build started by user [email protected] 2020-12-25T19:12:27.000000+00:00 app[api]: Build succeeded 2020-12-25T19:12:27.097939+00:00 app[api]: Release v3 created by user [email protected] 2020-12-25T19:12:27.097939+00:00 app[api]: Deploy e8338d30 by user [email protected] 2020-12-25T19:12:27.111763+00:00 app[api]: Scaled to web@1:Free by user [email protected] 2020-12-25T19:12:29.135780+00:00 heroku[web.1]: Starting process with command npm start2020-12-25T19:12:32.547972+00:00 app[web.1]: 2020-12-25T19:12:32.547994+00:00 app[web.1]: > [email protected] start /app 2020-12-25T19:12:32.547995+00:00 app[web.1]: > node server.js 2020-12-25T19:12:32.547995+00:00 app[web.1]: 2020-12-25T19:12:32.848998+00:00 app[web.1]: /app/server.js:36 2020-12-25T19:12:32.849123+00:00 app[web.1]: server.listen(procss.env.PORT || 3030) 2020-12-25T19:12:32.849144+00:00 app[web.1]: ^ 2020-12-25T19:12:32.849145+00:00 app[web.1]: 2020-12-25T19:12:32.849145+00:00 app[web.1]: ReferenceError: procss is not defined 2020-12-25T19:12:32.849163+00:00 app[web.1]: at Object.<anonymous> (/app/server.js:36:15) 2020-12-25T19:12:32.849164+00:00 app[web.1]: at Module._compile (internal/modules/cjs/loader.js:999:30) 2020-12-25T19:12:32.849198+00:00 app[web.1]: at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10) 2020-12-25T19:12:32.849199+00:00 app[web.1]: at Module.load (internal/modules/cjs/loader.js:863:32) 2020-12-25T19:12:32.849199+00:00 app[web.1]: at Function.Module._load (internal/modules/cjs/loader.js:708:14) 2020-12-25T19:12:32.849225+00:00 app[web.1]: at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:60:12) 2020-12-25T19:12:32.849226+00:00 app[web.1]: at internal/main/run_main_module.js:17:47 2020-12-25T19:12:32.849249+00:00 app[web.1]: npm ERR! code ELIFECYCLE 2020-12-25T19:12:32.849250+00:00 app[web.1]: npm ERR! errno 1 2020-12-25T19:12:32.849250+00:00 app[web.1]: npm ERR! [email protected] start:node server.js2020-12-25T19:12:32.849250+00:00 app[web.1]: npm ERR! Exit status 1 2020-12-25T19:12:32.849251+00:00 app[web.1]: npm ERR! 2020-12-25T19:12:32.849251+00:00 app[web.1]: npm ERR! Failed at the [email protected] start script. 2020-12-25T19:12:32.849279+00:00 app[web.1]: npm ERR! This is probably not a problem with npm. There is likely additional logging output above. 2020-12-25T19:12:32.849280+00:00 app[web.1]: 2020-12-25T19:12:32.849281+00:00 app[web.1]: npm ERR! A complete log of this run can be found in: 2020-12-25T19:12:32.849281+00:00 app[web.1]: npm ERR! /app/.npm/_logs/2020-12-25T19_12_32_821Z-debug.log 2020-12-25T19:12:32.991026+00:00 heroku[web.1]: Process exited with status 1 2020-12-25T19:12:33.029163+00:00 heroku[web.1]: State changed from starting to crashed 2020-12-25T19:12:33.033216+00:00 heroku[web.1]: State changed from crashed to starting 2020-12-25T19:12:35.931346+00:00 heroku[web.1]: Starting process with commandnpm start2020-12-25T19:12:39.123218+00:00 app[web.1]: 2020-12-25T19:12:39.123410+00:00 app[web.1]: > [email protected] start /app 2020-12-25T19:12:39.123411+00:00 app[web.1]: > node server.js 2020-12-25T19:12:39.123412+00:00 app[web.1]: 2020-12-25T19:12:39.583840+00:00 app[web.1]: /app/server.js:36 2020-12-25T19:12:39.583858+00:00 app[web.1]: server.listen(procss.env.PORT || 3030) 2020-12-25T19:12:39.583859+00:00 app[web.1]: ^ 2020-12-25T19:12:39.583859+00:00 app[web.1]: 2020-12-25T19:12:39.583860+00:00 app[web.1]: ReferenceError: procss is not defined 2020-12-25T19:12:39.583863+00:00 app[web.1]: at Object.<anonymous> (/app/server.js:36:15) 2020-12-25T19:12:39.583864+00:00 app[web.1]: at Module._compile (internal/modules/cjs/loader.js:999:30) 2020-12-25T19:12:39.583865+00:00 app[web.1]: at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10) 2020-12-25T19:12:39.583866+00:00 app[web.1]: at Module.load (internal/modules/cjs/loader.js:863:32) 2020-12-25T19:12:39.583866+00:00 app[web.1]: at Function.Module._load (internal/modules/cjs/loader.js:708:14) 2020-12-25T19:12:39.583876+00:00 app[web.1]: at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:60:12) 2020-12-25T19:12:39.583876+00:00 app[web.1]: at internal/main/run_main_module.js:17:47 2020-12-25T19:12:39.615295+00:00 app[web.1]: npm ERR! code ELIFECYCLE 2020-12-25T19:12:39.615666+00:00 app[web.1]: npm ERR! errno 1 2020-12-25T19:12:39.627615+00:00 app[web.1]: npm ERR! [email protected] start:node server.js2020-12-25T19:12:39.627795+00:00 app[web.1]: npm ERR! Exit status 1 2020-12-25T19:12:39.627981+00:00 app[web.1]: npm ERR! 2020-12-25T19:12:39.628163+00:00 app[web.1]: npm ERR! Failed at the [email protected] start script. 2020-12-25T19:12:39.628650+00:00 app[web.1]: npm ERR! This is probably not a problem with npm. There is likely additional logging output above. 2020-12-25T19:12:39.643356+00:00 app[web.1]: 2020-12-25T19:12:39.643828+00:00 app[web.1]: npm ERR! A complete log of this run can be found in: 2020-12-25T19:12:39.644154+00:00 app[web.1]: npm ERR! /app/.npm/_logs/2020-12-25T19_12_39_633Z-debug.log 2020-12-25T19:12:39.720801+00:00 heroku[web.1]: Process exited with status 1 2020-12-25T19:12:39.784385+00:00 heroku[web.1]: State changed from starting to crashed 2020-12-25T19:15:32.427473+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=murmuring-ravine-11967.herokuapp.com request_id=b436b580-ecdb-493e-8a9a-be87c3ea8c55 fwd="27.57.242.131" dyno= connect= service= status=503 bytes= protocol=https 2020-12-25T19:15:34.481457+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=murmuring-ravine-11967.herokuapp.com request_id=0b160e8c-249c-4f46-b735-925bbc2fdb7a fwd="27.57.242.131" dyno= connect= service= status=503 bytes= protocol=https
I followed each and every step yet this occured please help

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant