Unable to load some of my system event logs

Hi all,

I’ve recently upgraded my self-hosted Ghost instance on DigitalOcean from version 5.130.6 to version 6.44.0, to mitigate the known SQL injection in Content API vulnerability.

However, ever since I upgraded to that particular version, I do notice some strange behavior when I want to fetch my system event logs.

Every time when I try to fetch these, I get the following error message, as seen below. This only seems to happen when I include the “edited” entries in my filter.

When I unselect that particular entity for filtering, I’m able to see all my system event logs, as you can observe below.

Is anyone else experiencing similar behaviour, or does anyone have an idea where to start looking to find out what is causing this?

Thanks in advance for any help, and please do not hesitate to let me know if you need any additional details.

Have a nice day!

Cheers

Ian

It may be informative to check two places:

  1. Your Ghost logs, when you take this action.

  2. Your console logs (F12), and look at the console logs and also the response (to what’s probably a ‘red’/errored request) in the network tab.

Hopefully one of those has a good hint. My first guess is that something is not quite perfect with your migration, but you’re going to need more to go on.

Please also share your specific database version, in case it’s relevant here.