question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Deploying to heroku does not work

See original GitHub issue

First 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:closed
  • Created 7 years ago
  • Reactions:5
  • Comments:8

github_iconTop GitHub Comments

36reactions
niftylettucecommented, Jul 26, 2016
1reaction
speaktoalvincommented, Dec 7, 2016

@niftylettuce’s branch is crashing for me, shows “Application Error”

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found