79610072

Date: 2025-05-07 08:18:36
Score: 1
Natty:
Report link

in your connection string (.env), try to use "postgres" as the <user_name>.

so it should be

DATABASE_URL=postgresql://postgres:<password>@localhost:<server_port>/<db_name>
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Eylon Shmilovich