Not able to connect to PostgreSQL

What are you trying to achieve?

To make a connection with my PostgreSQL database.

Steps taken so far

  • tried using both localhost and 127.0.0.1
  • tried editing the .conf file
  • tried using ngrok to create a public url.
  • verified if everything works fine using terminal.

Screenshots: scenario setup, module configuration, errors

Hi @sachin_R and welcome to the Make Community!

Is it possible that you should not use the ‘tcp://’ in your host name when you set it up with ngrok?

L

I tried it too. Doesn’t work :frowning:

Does it work from a computer other than Make.com? If it does, then it’s a configuration issue or the Postgres module doesn’t support ngrok connections.

If it doesn’t work, then if you can make it work with another computer, you can try the same configuration with Make.

I don’t have a PostgresQL install so I can’t test it at the moment, but I will try to set one up and see.

L

I did not check it from another computer, and I noticed that I get the same problem with mySQL. Only mongoDB works fine.

I also saw a fix, saying me to enter the ip I get from google by typing “what is my ip address”, but that doesn’t work too.

Does it work with another application? If so then you can submit a request to the Make team to see if they can fix it.

If it doesn’t then it’s possibly a configuration problem.

At this point, I can’t really help because I don’t have a setup to test with.

L