My web service on render does not send a reponse

I deployed the code in this repo to a free Render web service (Nodejs)

It’s an express server that has receives get requests with YT urls and sends back the audio of that video as an mp3 file
It works locally, but when I deploy it to render and send a request, I get no response, no log, no error (even though it should log the request body)
But the logging in the app.listen() callback happens

Where am I going wrong?

Hi there,

It looks like you have yet to deploy your service successfully. It also looks like the least deployment is stuck. Please cancel this and manually redeploy the latest commit.

I do note that you have committed your dist folder to Git. I would delete this and then add it to your .gitignore.

Regards,

Keith
Render Support, UTC+10 :australia:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.