Render deploy hangs after migrating to express

Hi,

I had a fastify app running happily on render.
However, since I migrated to express (because of the microsoft bot framework)

@teams-vote/api@1.0.0 start /opt/render/project/src/src/teams-vote-api
Menu
node dist/server.js
API running on { address: ‘0.0.0.0’, family: ‘IPv4’, port: 10000 }

If I open my health page it does nothing and the deploy logs just hang at this point.
I don’t know what to do next.

I found it, I was the issue!
I changed the health check path on accident.
And I think express just logs less than express does OOTB so I thought it froze