subscribeToContentCardsUpdates not firing in Next.js (Braze web SDK)
Content Cards are not pushed instantly at session start; the card takes a few seconds to be created server-side, so the subscriber fires only on subsequent updates. To get the behavior you want: call `requestContentCardsRefresh()` right after the user logs in to fetch the existing cards, then use `s…