Heroku Installing Sqlite3 Even Though It Is Not A Dependecy
I am trying to deploy my app to Heroku, but it keeps getting rejected with the following output. waitup$git push staging master Counting objects: 4184, done. Delta compression usin
Solution 1:
The problem turned out to be very simple. I was pushing the wrong branch to Heroku, so my attempts at fixing the problem were obviously ineffective.
Post a Comment for "Heroku Installing Sqlite3 Even Though It Is Not A Dependecy"