I’m sorry to hear that you are experiencing difficulty with deploying your site. I understand experiencing an issue like this, especially when the log details aren’t detailed can be frustrating. We’re happy to help investigate into this and find out the root cause as to what’s going wrong, and help you get going on the right path towards a solution.
So that we can investigate into this matter further could you please send me a direct/private message with the domain name of your site? That will allow us to locate your site on our system and begin our investigation.
I was able to get it working eventually. The problem ended up being that Kinsta’s recommended Build Settings specify _site as the Publish directory, but the starter project I was using used build as the publish directory. I’ve seen other Eleventy starter projects that use dist. Just something to keep in mind, I suppose.