When opening a crate, if a card is awarded, the user will get the card in the inventory but it won't show on the crate rewards modal.
This is due to the event listened by the frontend not showing the expected information.
In this specific case, 1 card (id 8) is minted to the user:
But the event emitted by the function (used by the frontend) won't show that
Reported by a user on our discord: https://discord.com/channels/833590270599233566/844166066687049760/993480564822773820
When opening a crate, if a card is awarded, the user will get the card in the inventory but it won't show on the crate rewards modal. This is due to the event listened by the frontend not showing the expected information.
In this specific case, 1 card (id 8) is minted to the user:
But the event emitted by the function (used by the frontend) won't show that