We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Here is the output when trying to start the app.
I verified the S3 access and the htpasswd file.
Any suggestions?
2018-05-03T00:28:18.914414+00:00 heroku[web.1]: State changed from crashed to starting 2018-05-03T00:28:24.034003+00:00 heroku[web.1]: Starting process with command `npm start` 2018-05-03T00:28:26.732216+00:00 app[web.1]:undefined 2018-05-03T00:28:26.732233+00:00 app[web.1]: > [email protected] start /app 2018-05-03T00:28:26.732235+00:00 app[web.1]: > node bin/npm-register start 2018-05-03T00:28:26.732236+00:00 app[web.1]:undefined 2018-05-03T00:28:27.162531+00:00 app[web.1]: Opbeat agent is inactive due to configuration 2018-05-03T00:28:27.594321+00:00 app[web.1]: node[20]: ../src/node_contextify.cc:631:static void node::contextify::ContextifyScript::New(const v8::FunctionCallbackInfo<v8::Value>&): Assertion `args[1]->IsString()' failed. 2018-05-03T00:28:27.595069+00:00 app[web.1]: 1: node::Abort() [node] 2018-05-03T00:28:27.595719+00:00 app[web.1]: 2: 0x87b6c5 [node] 2018-05-03T00:28:27.596299+00:00 app[web.1]: 3: node::contextify::ContextifyScript::New(v8::FunctionCallbackInfo<v8::Value> const&) [node] 2018-05-03T00:28:27.596933+00:00 app[web.1]: 4: v8::internal::FunctionCallbackArguments::Call(v8::internal::CallHandlerInfo*) [node] 2018-05-03T00:28:27.597547+00:00 app[web.1]: 5: 0xad5b9f [node] 2018-05-03T00:28:27.598173+00:00 app[web.1]: 6: v8::internal::Builtin_HandleApiCall(int, v8::internal::Object**, v8::internal::Isolate*) [node] 2018-05-03T00:28:27.598217+00:00 app[web.1]: 7: 0x12a21508427d 2018-05-03T00:28:27.606326+00:00 app[web.1]: Aborted 2018-05-03T00:28:27.611283+00:00 app[web.1]: npm ERR! code ELIFECYCLE 2018-05-03T00:28:27.611866+00:00 app[web.1]: npm ERR! errno 134 2018-05-03T00:28:27.613861+00:00 app[web.1]: npm ERR! [email protected] start: `node bin/npm-register start` 2018-05-03T00:28:27.614107+00:00 app[web.1]: npm ERR! Exit status 134 2018-05-03T00:28:27.614433+00:00 app[web.1]: npm ERR! 2018-05-03T00:28:27.614655+00:00 app[web.1]: npm ERR! Failed at the [email protected] start script. 2018-05-03T00:28:27.614885+00:00 app[web.1]: npm ERR! This is probably not a problem with npm. There is likely additional logging output above. 2
The text was updated successfully, but these errors were encountered:
it seems to not be compatible with node 10 for some reason 89b30b9
Sorry, something went wrong.
No branches or pull requests
Here is the output when trying to start the app.
I verified the S3 access and the htpasswd file.
Any suggestions?
The text was updated successfully, but these errors were encountered: