Why is the Broadcast Channel API message event not firing in Next.js 14 production mode?
users log in using their email via Auth0. Upon login, Auth0 sends a verification email to the user. When the user opens this verification link in the same browser, I aim to establish communication between two tabs. Specifically, I need to send data from the newly opened tab back to the previously active tab.