-
Notifications
You must be signed in to change notification settings - Fork 1
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
Comments
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. |
Something you can try is going back to a previous version and run that on Heroku. |
Going back to 730df5d should fix it. |
Ok thnx, i will try to setup this is Lamda then. Do you have a guide for this? |
I'm using Serverless (https://serverless.com/) to deploy the function to AWS lambda. Once configured it's as simple as |
Thnx, you can close this issue. Is the daily Slack message still working with this lambda function. |
It has been working fine. I stopped using it in the winter, but don't see a reason why it wouldn't work anymore. |
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
The text was updated successfully, but these errors were encountered: