You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm creating my Nextjs application which uses MongoDB Atlas, your project helped me a lot to understand how everything works so already thanks a lot!
Everything works perfectly locally and on Vercel but when I try to put it online on a server (cPanel) I always get this error from the api/user: "connect ECONNREFUSED 3.67.190.44:27017".
And this in the logs: "at Timeout._onTimeout (/home/.../14/lib/node_modules/mongodb/lib/sdam/topology.js:312:38)".
I've been searching a lot for the past few days but I have no idea where this is coming from.
Do you have any idea?
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hi, I'm creating my Nextjs application which uses MongoDB Atlas, your project helped me a lot to understand how everything works so already thanks a lot!
Everything works perfectly locally and on Vercel but when I try to put it online on a server (cPanel) I always get this error from the api/user: "connect ECONNREFUSED 3.67.190.44:27017".
And this in the logs: "at Timeout._onTimeout (/home/.../14/lib/node_modules/mongodb/lib/sdam/topology.js:312:38)".
I've been searching a lot for the past few days but I have no idea where this is coming from.
Do you have any idea?
Thanks in advance.
The text was updated successfully, but these errors were encountered: