-
Hello, I just transferred my data from MacBook to Windows. However, all projects related to Mongo DB can not get the data. One shows:⨯ Error: querySrv EREFUSED _mongodb._tcp.cluster0.tvgdpos.mongodb.net It always shows these two files have been changed, but I did not touch them.modified: package-lock.json The Network Access on MongoDB is settled as "0.0.0.0/0 (includes your current IP address)".Can anyone help me with this? Thank you very much!Ping |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Problem solved. If anyone has the same problem, please first try to run this:nslookup -type=SRV _mongodb._tcp.cluster1.runvqoc.mongodb.net If it does NOT work, you can search querySrv EREFUSED on Youtube :)Happy coding! |
Beta Was this translation helpful? Give feedback.
Problem solved. If anyone has the same problem, please first try to run this:
nslookup -type=SRV _mongodb._tcp.cluster1.runvqoc.mongodb.net
then npm run dev
If it does NOT work, you can search querySrv EREFUSED on Youtube :)
Happy coding!
Ping