I switched the database from H2 to PostgreSQL and updated the configuration in config.xml. When I send messages, they are successfully stored in the msg_metadata table in the PostgreSQL database.
However, the issue is that the web UI does not display any data. When I check the /api/messages/list endpoint, the data is correctly loaded, as shown in the screenshot below.
