You may have this kind of error when you deploy your rails app with webpacker on heroku:
To fix it, you have to add nodejs buildpack before ruby buildback in heroku settings.
Or in your app.json, your buidpack section should be like:
You may have this kind of error when you deploy your rails app with webpacker on heroku:
To fix it, you have to add nodejs buildpack before ruby buildback in heroku settings.
Or in your app.json, your buidpack section should be like: