-
Notifications
You must be signed in to change notification settings - Fork 399
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
@slack/bolt 3.8.1 fails to bind to $PORT on Heroku (3.7.0 works) #1256
Comments
Hi @TheJimFactor, thanks for reporting this issue! It is a regression bug caused by this PR: #1184 We'll fix this issue in the next release. This issue affects only v3.8.1 (the latest release). As a workaround, you can use |
Thanks for letting me know 3.7.0 works. I was testing it with "@slack/bolt": "^3.7.0" instead of "@slack/bolt": "3.7.0" and still having it fail, but removing the ^ has 3.7.0 working. |
This issue was already resolved by #1210 |
I have tried version 3.7.0, and version 3.2.0, and still get this R10 error on Heroku. 2022-01-31T23:16:02.722488+00:00 heroku[web.1]: State changed from crashed to starting |
@eyewell This issue was resolved in v3.9.0. Please try the latest version out. |
Attempts to resolve the R10 error in Heroku. slackapi/bolt-js#1256
Description
When following the getting started guide or deploy to heroku guide https://slack.dev/bolt-js/deployments/heroku the deployment to heroku fails with the latest package 3.8.1.
Downgrading to package 3.2.0 which is used in https://github.com/slackapi/bolt-js/blob/main/examples/deploy-heroku/package.json seems to work though.
Tested versions that fail to bind (edit: tested incorrectly with a ^ in package.json):
3.8.1
3.7.0
3.6.0
3.5.0
3.4.1
3.3.0
What type of issue is this? (place an
x
in one of the[ ]
)Requirements (place an
x
in each of the[ ]
)Bug Report
Filling out the following details about bugs will help us solve your issue sooner.
Reproducible in:
package version: 3.8.1
node version: 16.x
OS version(s):
Steps to reproduce:
Expected result:
Work like 3.2.0
Actual result:
Fails to bind Error R10 (Boot timeout) -> Web process failed to bind to $PORT within 60 seconds of launch
Attachments:
Logs, screenshots, screencast, sample project, funny gif, etc.
The text was updated successfully, but these errors were encountered: