I use pg://user:pass@localhost:port/table for connecting to my AWS database. When I use localhost, the app works fine, but when I try to connect the AWS server
pg://user:pass@localhost:port/table
Make sure your URL does not contain http://
http://