[Fixed]-Heroku H14 error "No web processes running" for Django 1.82

1👍

Reading your error log, I see this:

Mis-cased procfile detected; ignoring

This makes me think that the project structure you provided is not correct. Do you really have Procfile, as you indicate, in the root? Heroku thinks you have procfile. I suggest renaming procfile to Procfile.

Leave a comment