OpenAS2 / OpenAs2App

OpenAS2 is a java-based implementation of the EDIINT AS2 standard. It is intended to be used as a server. It is extremely configurable and supports a wide variety of signing and encryption algorithms.
https://sourceforge.net/projects/openas2/
GNU General Public License v3.0
185 stars 137 forks source link

Switched database from H2 to PostgreSQL; now data is missing in the web UI, but the API is still working and retrieving message data. #397

Open bahaddouayoub opened 1 month ago

bahaddouayoub commented 1 month ago

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.

Screenshot from 2024-10-23 12-10-50

uhurusurfa commented 1 month ago

Perhaps @igwtech can help on this.