...
Edit pg_hba.conf and allow Users access the database.
File location pg_hba.conf
Windows: C:\Program Files\PostgreSQL\14\data\pg_hba.conf
configure access to the database
edit
postgresql.conf
edit line:
listen_addresses = '*'
allow User access
edit
pg_hba.conf
edit block:
...