You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: