jembi / openhim-console

A webapp that provides a management console for the OpenHIM
http://openhim.org/
Mozilla Public License 2.0
13 stars 29 forks source link

Transaction Details not loading Body #659

Closed LarryMatrix closed 2 months ago

LarryMatrix commented 2 months ago

I am currently experiencing an issue when viewing transaction details page, I get a page which obviously shows that error comes from angular-highlights package.

Screenshot 2024-08-15 at 20 18 13
rcrichton commented 2 months ago

Hmm, I haven't seen this one before. Does it happen on very transaction or only certain ones? If you try clear browser cache and reload the page does it help at all? Which version of console are you running?

LarryMatrix commented 2 months ago

I am running Console v1.18.2 and Core v8.4.2 as shown in an image below. I tried to even clone a new repository still had the same issue. I thought maybe is my Node version. I am currently running Node v20.14.0 and Npm v10.7.0

But tried with:

All these versions have the same result. All other functionalities are functioning well but not on the Transaction Details page with that error.

Screenshot 2024-08-16 at 14 07 56
LarryMatrix commented 2 months ago

Thanks a lot @rcrichton for contribution. I have resolved the issue already, I was experiencing an issue because of the deletion implementation on transactions and rabbit-mq integration I added.

Screenshot 2024-08-16 at 18 07 04