Why won’t my home Wi-Fi connect to my database in Node.js?

0
1
Asked By TechyExplorer92 On

Hey everyone, I'm having a weird issue where my home Wi-Fi, which has a speed of 100 Mbps, isn't allowing me to connect to an online database using Node.js. I keep getting a timeout error in the console. However, when I switch to my mobile data hotspot, the connection is instant. Any ideas on why this is happening?

2 Answers

Answered By NetworkNinja47 On

It sounds like your Internet Service Provider (ISP) might be blocking certain connections. Have you tried checking your firewall settings to see if there's a rule that's preventing your Node.js app from accessing the database through Wi-Fi?

Answered By CuriousCoder88 On

That could definitely be a firewall issue! I saw that you mentioned Windows Defender. You might want to look into the inbound rules—it could be blocking the connection specifically for your home network.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.