Closed dongnaebi closed 1 year ago
https://stackblitz.com/edit/nuxt-starter-uxy1hj?file=pages%2Fsearch%2F%5Bkeyword%5D.vue
At this time, no matter how many times I click, I can’t return to the home page.
Not only that, but if I enter any other text to search, nothing happens.
If I delete strategy: 'no_prefix' in nuxt.config.ts, it's work.
strategy: 'no_prefix'
nuxt.config.ts
https://stackblitz.com/edit/nuxt-starter-jrhocc?file=pages%2Fsearch%2F%5Bkeyword%5D.vue
lang
Nothing to change, if set detectBrowserLanguage.useCookie to false, it's work, or if the route param is an English word, it's work too.
detectBrowserLanguage.useCookie
See Reproduction Steps
No response
This issue seems to be fixed by #2518, updated reproduction here. Let me know if you're still experiencing this issue after installing the edge channel!
It's work, thanks
Environment
Reproduction
https://stackblitz.com/edit/nuxt-starter-uxy1hj?file=pages%2Fsearch%2F%5Bkeyword%5D.vue
Reproduction Steps
At this time, no matter how many times I click, I can’t return to the home page.
Not only that, but if I enter any other text to search, nothing happens.
If I delete
strategy: 'no_prefix'
innuxt.config.ts
, it's work.Another Reproduction
https://stackblitz.com/edit/nuxt-starter-jrhocc?file=pages%2Fsearch%2F%5Bkeyword%5D.vue
Reproduction Steps
lang
Nothing to change, if set
detectBrowserLanguage.useCookie
to false, it's work, or if the route param is an English word, it's work too.Describe the bug
See Reproduction Steps
Additional context
No response
Logs
No response