You need to click it twice but that's because the page is doing a redirect it seems. That would be the expected behavior from my POV.
A standard HTTP redirect does this right as well as location.replace()
The site incorrectly sets a new location by other means.
You need to click it twice but that's because the page is doing a redirect it seems. That would be the expected behavior from my POV.