We have SailsJS app with postgresql adapter. Requests made to server chokes at database query via models. i.e Users.find(). Database server is up and running, connection string is correct and in place in datastore.js under default
head
My guess is that it is not able to make connection to database, but it is also not failing with any error. How this can be debugged