Post migration to 16.3.3 running on PostgreSQL DB, Jaspersoft report navigations both directly and via channels are failing with error stack:
Clarity 16.3.3 with PostgreSQL 16.4
This error message FATAL: no pg_hba.conf entry for host "IP Address", user "clarity", database "clarity", no encryption (and the similar one for ppm_jaspersoft) indicates that your PostgreSQL database server is rejecting connections from the Clarity PPM application server IP address
Edit the pg_hba.conf file, typically located at common locations (Linux:/var/lib/postgresql/<version>/main/pg_hba.conf or /etc/postgresql/<version>/main/pg_hba.conf or Windows: C:\Program Files\PostgreSQL\<version>\data\pg_hba.conf)
Reference: pg_hba.config