Hello, I have a problem like this, when I enter my site from the incognito tab and press the redirect button, which is the a element before the data is loaded, I am not redirected to the page in any way and then the data stops loading, no a tag starts to work.
I tried next/link with prefetch=false and router.push and it didn't work as expected
my nextjs version: "next": "^14.2.14",