I\'m deploying a NodeJs application using Heroku. Everything works fine except a little issue serving static files.
I have the following configuration
I solved the problem in my case by removing the public folder from the .gitignore file. I don't know what it was doing there.