• Stefy Lanza (nextime / spora )'s avatar
    Fix overlay fixture data not being received by iframe · 584643a5
    Stefy Lanza (nextime / spora ) authored
    - Add await to initializeOverlayController() in player.js to ensure proper initialization order
    - Add better logging to overlay-controller.js for debugging postMessage communication
    - Add sessionStorage check to getAuthToken() for more robust token retrieval
    - Add error handling and logging to fetchFixtureData() and apiRequest() methods
    
    This fixes the issue where the overlay iframe was requesting fixture data but not receiving it from the parent window.
    584643a5
player.js 56.7 KB