How can I see what "sprite is missing"

I had to update my unity version to a apple silicon version. And naturally until broke stuff. As usual the PSD importer broke again. I regret the day I decided to use that.
I updated the importer, downgraded it etc.
I have to reconnect the images by hand. But Unity does not tell me which sprite is missing. It just says missing sprite.
Unity obviously knows what it is missing cause it is looking for a file. But for some brilliant reason it doesn’t tell me.
Same with scripts, it can tell me a script is missing but not which one.
I would even settle for the “guid” it uses in the Meta files I can search those too. But just giving me Missing (Sprite) is useless.

Is there a way I can see which image it is looking for?

So I downgraded again to the old editor. It seems Unity does know that giving the guid could be handy. Cause it gives me the error:
(Missing Prefab with guid: a68cc6a79fbd7405892265ed577de19a)77de19a)
The prefab isn’t missing but the psd import plugin is just broken.