Next.js Discord

Discord Forum

Redirect to _next/data/ URL

Unanswered
West Siberian Laika posted this in #help-forum
Open in Discord
West Siberian LaikaOP
I am having search Page, and city page. When I go from city page to search page and click the back button(which uses router.back) then on server side, it goes to _next/data... this route. Why?

Also, I am displaying title on my page using router.asPath, because if I use pathname, it comes out to be the component name (the one that comes with .json in _next/data... URL), why?

0 Replies