Ionic Vue : Navigation issues

I am using ionic/vue . I recently upgraded to 6.3.8.
I started noticing a difficult to debug problem:

  • User does a search. The user is taken to home/?q=abcd.
  • User clicks on one of the items, goes to /items/23
  • User clicks the back button on the browser. The URL updates to home/?q=abcd but there is no change in the view.

I spent considerable effort yet no luck.

I am wondering if there is any known issue or work-around… Anyone else facing same issue. I am suspecting the issue is seen only after the upgrade to the latest version.