Hello Im having an issue when it comes to deploying my site , once the site has been successfully deployed and the servie is started with npm start, when i go to the site I get an Internal Server Error for each page that I try to access , then eventually the Home page presenst the same error. I was wondering if anyone could help me with this issue.
After checking the logs I get the following
“Dec 27 11:15:25 AM MongoServerSelectionError: connection to 34.197.235.186:27017 closed
Dec 27 11:15:25 AM at Timeout._onTimeout (/opt/render/project/src/node_modules/mongodb/lib/sdam/topology.js:293:38)
Dec 27 11:15:25 AM at listOnTimeout (internal/timers.js:555:17)
Dec 27 11:15:25 AM at processTimers (internal/timers.js:498:7)”
Im not really sure what this means, was hoping to get help from support or another knowlegable user.