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

Issue with deploying to cloud foundry #146

Open
VineethRamakrishnan opened this issue Feb 4, 2020 · 1 comment
Open

Issue with deploying to cloud foundry #146

VineethRamakrishnan opened this issue Feb 4, 2020 · 1 comment

Comments

@VineethRamakrishnan
Copy link

@mishk0 Have below clarifications needed for deploying node application which uses slackbots module.
experienced below error when tried to run the node application from cloud foundry. but it worked well when trying to run from local.

10:10:40.261: [APP/PROC/WEB.0] > [email protected] start /home/vcap/app
10:10:40.261: [APP/PROC/WEB.0] > node index.js
10:10:41.707: [APP/PROC/WEB.0] Error: Error: connect EHOSTUNREACH 13.225.226.153:443
10:10:41.707: [APP/PROC/WEB.0]     at _api.then.fail (/home/vcap/app/node_modules/slackbots/index.js:46:33)
10:10:41.707: [APP/PROC/WEB.0]     at Array.<anonymous> (/home/vcap/app/node_modules/vow/lib/vow.js:773:56)
10:10:41.707: [APP/PROC/WEB.0]     at callFns (/home/vcap/app/node_modules/vow/lib/vow.js:24:35)
10:10:41.707: [APP/PROC/WEB.0]     at process._tickCallback (internal/process/next_tick.js:61:11)
10:10:41.720: [APP/PROC/WEB.0] Exit status 0
10:10:41.723: [CELL/SSHD.0] Exit status 0
10:09:40.717: [API.0] Process has crashed with type: "web"

Attached package.json and manifest.yml for reference.

It would be great if you can help us on this.
Slack bot.zip

@alkalinecoffee
Copy link

You might need to enable a proxy in your cloudfoundry instance.

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

2 participants