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.