Deploy Live But Page Timing Out

Can anyone help with launching my site to Heroku? It says the deploy is live but when I click the link the page just hangs then times out. I’m thinking it has something to do with my Port settings? Here’s a link to my repo and website:

https://juhjuhjuhgian-mileage-tracker-app-2022.onrender.com/ GitHub - juhjuhjuhgian/mileage-tracker-app

The site is Node (I don’t think I’m phrasing that correctly), I’m using a Web Service, and I’ve added two environment variables (port and db string). I’ve switched my build command between yarn and npm install - same result (new to this if you can’t tell). Events say deploy is live.

Thanks in advance!

Hey,

Your service works fine when I try to reach it. Our free tier does spin down after 15 minutes of inactivity, so the first request after the service is spun down make take a while, but subsequent requests should be faster. Is that what you’re observing? More info related to this here: https://render.com/docs/free

Jérémy, Render Support

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