Cannot see my postgreSQL tables.

I am trying to look at my tables using dbeaver database client. I run below command,
$ fly proxy 6543:5432 -a app-name

Then successfully connect to my database. I am sure the tables are there because my web application login system is working. But when connecting with the dbeaver database client I cannot see my tables. Can somebody help me with this issue?

image_2023-01-17_125158871

That looks like the postgres database, not the database the app is using. I believe it’s connected to the proper cluster, but dbeaver isn’t showing you the right database in that screenshot.

I updated the image. I see three databases but could not see tables in any of them. Do you have any further ideas?