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

Problem after build Heroku #28

Open
yoyonl opened this issue Mar 19, 2019 · 7 comments
Open

Problem after build Heroku #28

yoyonl opened this issue Mar 19, 2019 · 7 comments

Comments

@yoyonl
Copy link

yoyonl commented Mar 19, 2019

Hi,

I just deployed the app on heroku however it doesnt start correctly:

2019-03-19T19:43:14.104050+00:00 app[web.1]: npm ERR! missing script: start
2019-03-19T19:43:14.111932+00:00 app[web.1]:
2019-03-19T19:43:14.112330+00:00 app[web.1]: npm ERR! A complete log of this run can be found in:
2019-03-19T19:43:14.112487+00:00 app[web.1]: npm ERR! /app/.npm/_logs/2019-03-19T19_43_14_105Z-debug.log

Do you know why?

Thanks

@martijnrusschen
Copy link
Owner

Can you share the log? I refactored this application recently into a lambda (serverless) function so it might be that it doesn't work with Heroku anymore.

@martijnrusschen
Copy link
Owner

Something you can try is going back to a previous version and run that on Heroku.

@martijnrusschen
Copy link
Owner

Going back to 730df5d should fix it.

@yoyonl
Copy link
Author

yoyonl commented Mar 19, 2019

Ok thnx, i will try to setup this is Lamda then. Do you have a guide for this?

@martijnrusschen
Copy link
Owner

martijnrusschen commented Mar 19, 2019

I'm using Serverless (https://serverless.com/) to deploy the function to AWS lambda. Once configured it's as simple as serverless deploy.

@yoyonl
Copy link
Author

yoyonl commented Mar 19, 2019

Thnx, you can close this issue. Is the daily Slack message still working with this lambda function.

@martijnrusschen
Copy link
Owner

It has been working fine. I stopped using it in the winter, but don't see a reason why it wouldn't work anymore.

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