Hello,
With the newest APEX version I encountered an issue with my current cards region implementation.
The table's PK can be longer than 32 characters. All rows in that table with more than 32 chars as their PK have issues rendering the image in the card.
In APEX 21.1 this works. And if I change the primary key 1 attribute to another column the missing images are rendered correctly (in APEX 22.1).
Could you please provide any insights into this?