There was a problem displaying this chart. with no clear error indication

In a dashboard I have approximately 20 tiles, and one of them does not display.
The graph does display properly when only looking at it outside of the dashboard.
Any idea on how to debug?

I get the following error in the console:

reducers.js:279 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'id')
    at next (reducers.js:279:34)
    at handleAction.js:35:52
    at index.js:26:22
    at Array.reduce (<anonymous>)
    at index.js:25:21
    at handleActions.js:25:12
    at redux.js:560:29
    at redux.js:560:29
    at g (redux.js:288:22)
    at session-middleware.js:53:5

And I geet the following errors in the troubleshooting logs:

[b47ce059-426d-47a0-a1b9-dcb719757f19] 2023-06-10T05:59:00+02:00 ERROR metabase.sync.sync-metadata.metabase-metadata Error syncing _metabase_metadata: no matching keypath: description
[b47ce059-426d-47a0-a1b9-dcb719757f19] 2023-06-10T05:59:00+02:00 ERROR metabase.sync.sync-metadata.metabase-metadata Error syncing _metabase_metadata: no matching keypath: points_of_interest
[b47ce059-426d-47a0-a1b9-dcb719757f19] 2023-06-10T05:59:00+02:00 ERROR metabase.sync.sync-metadata.metabase-metadata Error syncing _metabase_metadata: no matching keypath: caveats

Thanks a lot!!

Troubleshooting info?