Deploying to heroku does not work
See original GitHub issueFirst of all, thanks for building this–I’ve found it useful. Unfortunately it seems like directly deploying to heroku does not work correctly.
It appears to be due to this line, which expects dist/
to exist, but does not by default, since it is ignored from source control.
I was able to work around it, but it was pretty confusing when I first tried to setup the server. It would be great if you could fix this or, at least, provide a better warning when unable to access dist/
.
Thanks!
Issue Analytics
- State:
- Created 7 years ago
- Reactions:5
- Comments:8
Top Results From Across the Web
Troubleshooting Node.js Deploys - Heroku Dev Center
Check the buildpack · Compare Node and npm Versions · Make sure the lockfile is up to date · Don't check in generated...
Read more >Deploying to heroku successful but application not appearing
Ok, I got it working, first I was able to check logs: heroku logs --tail --app myapp-ws. then I found out that you...
Read more >7. When It Goes Wrong - Heroku: Up and Running [Book]
But when the unthinkable happens, how can you find your problems and fix them? Let's dig into debugging problems on deploy and during...
Read more >Heroku deploy not working, app working on local machine
Open a terminal. Run heroku logs -t , and then using a different terminal, browser, whatever, cause the error. You will then have...
Read more >Heroku: Most Common Errors Explained - Papertrail
Two issues have recently caused headaches for developers. Luckily, there are several workarounds for each case. You can resolve the first error (package...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
You can use this if you need to in the meanwhile:
https://heroku.com/deploy?template=https://github.com/niftylettuce/slackin/tree/master
@niftylettuce’s branch is crashing for me, shows “Application Error”