I have stripe connect integrated on my project, stripe verification window opens in popup and when it is closed parent window reloaded.
I was working fine few days ago but now its giving me window.opener is null error following is my code
window.opener.location.reload();