Can't generate or reverse postgres entries

when I try to use VA to reverse even the simplest postgres database the entity relationship diagram comes out with with an entity for each table but with none of the database data in them. When I manually add data rows to the entities and press generate database to a new and empty database VA creates the database tables but with no data rows.
VA worked well before with postgres how can I fix it?

Our database reverse feature will only reverse the tables and relationships, but not their containing data. The reason why we support defining data for tables is just for initialize database during creation. I’ve tested your step by reverse database A into ERD and then define sample data and generate to database B but cannot repeat your problem (we have data showing in database B). Would you mind send me the generated ddl file (for import to database B) to have a look?

Best regards,
Rain Wong