Error the chain of dependencies is too long to save card

Hi everyone,
I'm currently using the self hosted version of metabase v0.53.4 and I'm facing an issue to save one question in particular.
The error that I see in the UI is "Cannot read properties of undefined (reading 'id')"

But when I go to the logs I see the error as:

2025-02-28 09:19:05,520 DEBUG middleware.log :: PUT /api/card/2138 400 459ms (27 DB calls) {:metabase-user-id 1}
"The chain of dependencies is too long to save card."

The error only happens when I try to replace the original question.
If I save as a new question without any question depending on it and try to edit the new one, I get the same error.

With that said. Would you happen to know if chain of dependencies means in this context?

Thank you.

we're investigating this, seems like you copied a card more than 50 times...

I have fixed this. It's coming to a release near you.