1

I am using the native app's latest version and it was working good but suddenly this problem appeared still loading the request without any reply.

enter image description here

I tried to reinstall it but nothing changed a tried the environment variables for the postman and still the problem. What can I do? Please help. Thanks.

Sujal Patel
  • 2,444
  • 1
  • 19
  • 38
mohammed farhat
  • 27
  • 1
  • 1
  • 2

1 Answers1

2

For anyone reading this: problem was that I was not connected to my database. I needed to whitelist my IP address in MongoDB Atlas.

Just so I'm not spamming SO, you can check out my full answer here: https://stackoverflow.com/a/58263695/11993942

radihuq
  • 999
  • 10
  • 13
  • @sarathsrajendran I was having trouble with my Postman where I would make a POST request and it would be stuck at 'Sending Request'. This thread was one of the first ones I visited when trying to diagnose the problem. – radihuq Oct 07 '19 at 19:26