Heroku thinks I\'m on a "different branch", but I am not (and the same version of the code most definitely has not "been built" as claimed):
What worked for me was
git push heroku master:main
And it all worked
(not sure why this was necessary though)