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

See original GitHub issue

There seems to be an issue with sourcemaps when deploying to Heroku, which is “production” env.

For some reason when I fire up the server it can not find the sourcemaps module. Its strange because source-map-support is a dependency, have no idea why it is not available.

I have not added source-maps as an option either, so not sure what causes it. I though I would create an issue first in case it makes sense to you? Or I can investigate further 😃

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Comments:19 (19 by maintainers)

github_iconTop GitHub Comments

1reaction
Yomguitherealcommented, May 23, 2016

Hello @christianalfoni. This is the goal of kotatsu anyway to let you start a project fast and to introduce the full tweaked stack only when this is really needed. So I guess it fulfilled its contract 😃

0reactions
christianalfonicommented, May 15, 2016

The webpackbin project was starting to become a bit complex, also using websockets so I decided to move to plain Node stuff. Still love kotatsu though, really nice to get going, but yeah… when you get to a point of complexity it gets hard to handle all of it in kotatsu… the story of abstractions 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

Deploying with Git - Heroku Dev Center
To deploy your app to Heroku, use the git push command to push the code from your local repository's main branch to your...
Read more >
Heroku Deploy – How to Push a Web App or Site to Production
Step 1 - Create the project · Step 2 - Version control system · Step 3 - Link the repository with Heroku ·...
Read more >
How To Deploy Your Website On Heroku For Free Using ...
Before you can deploy your app to Heroku, you need to initialize a local Git repository and commit your application code to it....
Read more >
Deploying a Back-End with Heroku - Codecademy
Click the Deploy Branch button to manually deploy your app. You will see a log that scrolls through the build processes. When it...
Read more >
Deploying with Heroku - Apollo GraphQL Docs
Again, make sure you have Heroku CLI installed. Then, log into the Heroku CLI from your terminal. ... $ git add . ......
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