Hi Folks
I want to ask you i had problem with nextjs 13.4 app directory, here is the scenario
- whenever i going to certain pages and comeback using back button in the browser, it resulting infinity loop, but if i click other button like home button (the cat logo in the video) it wont resulting infinity loop, only the builtin back and forward button in the browser causing this
- i heard that this is happening because of the link components, but i have a lot of link components and this only happening on one page (article: https://stackoverflow.com/questions/76402871/tab-freezes-when-using-browser-forward-button-for-page-accessed-via-link) but i can't remove async because i use tanstack query and it need async await.
here i attach video for the scenario