For me, I had things unnecessarily split into separate folders. I'm running plotly dash and I had my Procfile
, and Pipfile
(and lock) together, but separate from the other features of my app (run.py
and app.py
, the actual content of the pages being used was in a subfolder). So joining much of that together repaired my H10 error