forcedotcom / quiz-host-app

Multiplayer quiz app built on Salesforce technology (host app)
Creative Commons Zero v1.0 Universal
108 stars 67 forks source link

Unable to Open App #53

Closed trailheadsam closed 4 years ago

trailheadsam commented 4 years ago

Hello I have set up the Heroku app exactly as instructed. Triple verified the variables. However, when i click to open the application, it says tghe page could not be served. I am at a loss. I would appreciate any help to resolve. We had planned to use this tomorrow for our virtual meeting. thanks in advance. Below is the log 2020-04-01T17:41:01.449231+00:00 app[web.1]: npm ERR! Exit status 255 2020-04-01T17:41:01.449389+00:00 app[web.1]: npm ERR! 2020-04-01T17:41:01.449550+00:00 app[web.1]: npm ERR! Failed at the quiz-player-app@1.1.0 start script. 2020-04-01T17:41:01.449655+00:00 app[web.1]: npm ERR! This is probably not a problem with npm. There is likely additional logging output above. 2020-04-01T17:41:01.459811+00:00 app[web.1]: 2020-04-01T17:41:01.460012+00:00 app[web.1]: npm ERR! A complete log of this run can be found in: 2020-04-01T17:41:01.460128+00:00 app[web.1]: npm ERR! /app/.npm/_logs/2020-04-01T17_41_01_450Z-debug.log 2020-04-01T17:41:01.525148+00:00 heroku[web.1]: State changed from starting to crashed 2020-04-01T18:02:04.779770+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=sfnebraskaquizgame.herokuapp.com request_id=078d4b05-2c37-4369-8b0c-f4855b8ead7d fwd="13.110.6.8" dyno= connect= service= status=503 bytes= protocol=https 2020-04-01T18:21:04.721484+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=sfnebraskaquizgame.herokuapp.com request_id=e60a0dcd-e32f-46ae-b8a3-58184fe69c15 fwd="24.252.51.52" dyno= connect= service= status=503 bytes= protocol=https

pozil commented 4 years ago

Hi, your log doesn't show the error (it happens before.

Can you open the Heroku log in a window and use another window to restart the dyno. You want to look at the log as the app starts.

My guess is that the app won't start because of a config issue.

trailheadsam commented 4 years ago

Hello Ok, i've done that now. It is a login error. However, the variables are verbatim. I did reset the password via Setup inside the scratch org, because it disappeared to fast from the CLI when it popped up. WOuld that be the issue? If so, how do i remedy this? Thanks,

On Wed, Apr 1, 2020 at 1:28 PM Philippe Ozil notifications@github.com wrote:

Hi, your log doesn't show the error (it happens before.

Can you open the Heroku log in a window and use another window to restart the dyno. You want to look at the log as the app starts.

My guess is that the app won't start because of a config issue.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/pozil/quiz-host-app/issues/53#issuecomment-607417475, or unsubscribe https://github.com/notifications/unsubscribe-auth/APALUP7L2OSJQFG2UCQNCDLRKOBUBANCNFSM4LZLP6GQ .

trailheadsam commented 4 years ago

Hi Disregard. There was a typo. Sorry to bother. Thanks,

On Wed, Apr 1, 2020 at 1:45 PM Sarah Grove sgrovesfdc@gmail.com wrote:

Hello Ok, i've done that now. It is a login error. However, the variables are verbatim. I did reset the password via Setup inside the scratch org, because it disappeared to fast from the CLI when it popped up. WOuld that be the issue? If so, how do i remedy this? Thanks,

On Wed, Apr 1, 2020 at 1:28 PM Philippe Ozil notifications@github.com wrote:

Hi, your log doesn't show the error (it happens before.

Can you open the Heroku log in a window and use another window to restart the dyno. You want to look at the log as the app starts.

My guess is that the app won't start because of a config issue.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/pozil/quiz-host-app/issues/53#issuecomment-607417475, or unsubscribe https://github.com/notifications/unsubscribe-auth/APALUP7L2OSJQFG2UCQNCDLRKOBUBANCNFSM4LZLP6GQ .

pozil commented 4 years ago

No worries, I'm glad you solved it.