#Next routing issue

15 messages · Page 1 of 1 (latest)

dull field
#

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",

spare ravenBOT
#

🔎 This post has been indexed in our web forum and will be seen by search engines so other users can find it outside Discord

🕵️ Your user profile is private by default and won't be visible to users outside Discord, if you want to be visible in the web forum you can add the "Public Profile" role in id:customize

✅ You can mark a message as the answer for your post with Right click -> Apps -> Mark Solution
(if you don't see the option, try refreshing Discord with Ctrl + R)

dull field
#

but when I pressed the button, the page request was being pulled without any problem.

#

but for some reason it doesn't redirect to the page

neon mirage
#

what do you mean "from the hidden tab"?

dull field
#

console logs:
GET /page-al?_rsc=1ru9v 200 in 716ms
GET /page-al?_rsc=bbgh2 200 in 702ms
GET /page-al?_rsc=bbgh2 200 in 629ms
GET /page-al?_rsc=bbgh2 200 in 538ms

#

incognito tab

neon mirage
#

can you share a video?

dull field
#

yes, one min

#

I caught something like this in the network

neon mirage
#

can you inspect element on the button?

dull field
#

just button element

#

i saw on a github issue page that I could use refresh, but it didn't do much

neon mirage
#

hmm

#

I couldnt replicate the issue :(