You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I also have a /account/index.vue page that automatically redirects to /account/general.
However, when I switch to Vietnamese (vi) and check the result, the redirection is incorrect, leading to /tai-khoan/general instead of the correct /tai-khoan/chung
Has anyone else encountered this issue? How did you resolve it?
The text was updated successfully, but these errors were encountered:
I believe the issue was related to the configuration in nuxt.config.ts. The documentation may not have been entirely clear about how to handle paths for localized routes
This resolved the issue where the incorrect Vietnamese path (/tai-khoan/general) was being generated, and now it correctly redirects to /tai-khoan/chung.
I have the following page routes configuration:
I also have a /account/index.vue page that automatically redirects to /account/general.
However, when I switch to Vietnamese (vi) and check the result, the redirection is incorrect, leading to /tai-khoan/general instead of the correct /tai-khoan/chung
Has anyone else encountered this issue? How did you resolve it?
The text was updated successfully, but these errors were encountered: