0

While testing registration API by Insomnia I am getting this error in insomnia preview: Couldn't resolve host name. I am using mongodb database which had been connected with my application. Image of Insomnia error

Why am I getting this error while everything seems okay?

geektanvir
  • 85
  • 3
  • 8

1 Answers1

2

Please check your POST URL. You have typed http//: two times.

  • Thanks, Now I am getting a new Error: could not connect to server. Eventhough in the log i am getting connected to database message. – geektanvir May 02 '20 at 10:30