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
TypeError: OAuth2Strategy requires a clientID option
Build of image successfully, but when running the container this error shows up
2019-01-24T04:56:10: PM2 log: App [app:0] exited with code [1] via signal [SIGINT] 2019-01-24T04:56:10: PM2 log: Script /src/index.js had too many unstable restarts (16). Stopped. "errored" 2019-01-24T04:56:12: PM2 log: 0 application online, retry = 3 2019-01-24T04:56:14: PM2 log: 0 application online, retry = 2 2019-01-24T04:56:16: PM2 log: 0 application online, retry = 1 2019-01-24T04:56:18: PM2 log: 0 application online, retry = 0 2019-01-24T04:56:18: PM2 log: Stopping app:app id:0 2019-01-24T04:56:18: PM2 error: app=app id=0 does not have a pid 2019-01-24T04:56:18: PM2 log: PM2 successfully stopped
while without docker i'm able to run my node backend app without any errors. Any help
The text was updated successfully, but these errors were encountered:
No branches or pull requests
TypeError: OAuth2Strategy requires a clientID option
Build of image successfully, but when running the container this error shows up
2019-01-24T04:56:10: PM2 log: App [app:0] exited with code [1] via signal [SIGINT] 2019-01-24T04:56:10: PM2 log: Script /src/index.js had too many unstable restarts (16). Stopped. "errored" 2019-01-24T04:56:12: PM2 log: 0 application online, retry = 3 2019-01-24T04:56:14: PM2 log: 0 application online, retry = 2 2019-01-24T04:56:16: PM2 log: 0 application online, retry = 1 2019-01-24T04:56:18: PM2 log: 0 application online, retry = 0 2019-01-24T04:56:18: PM2 log: Stopping app:app id:0 2019-01-24T04:56:18: PM2 error: app=app id=0 does not have a pid 2019-01-24T04:56:18: PM2 log: PM2 successfully stopped
while without docker i'm able to run my node backend app without any errors. Any help
The text was updated successfully, but these errors were encountered: