Hi, I am facing some issue while deploying nodejs app. Any help will be appreciated.
I tried to deploy this from GitHub repository.
This is the log URL of my deployment.
Hi, I am facing some issue while deploying nodejs app. Any help will be appreciated.
I tried to deploy this from GitHub repository.
This is the log URL of my deployment.
Hi @Sharavana-Kumar,
Netlify allows you to run serverless functions using Node.js.
Therefore you can deploy your Node.js application to Netlify by checking the Netlify blog post below
Hope this helps.
Thanks.
Thank you for your suggestion. I will try and let you know.
I used this article, it helped
How to Deploy an Express.js App to Netlify
Very helpful link! I was experiencing the same issues that are now solved. Thank you.