Closed
Description
I am not sure if this is intended behaviour or an error, but it seems strange to me so I thought that I would flag it.
It appears that certain dynamic routes resolve to unexpected URLs. For example, 127.0.0.1:3000/projects/1/labels
resolves to 127.0.0.1:3000/projects/1
when entered directly in the address bar of the browser.
This behaviour leads to a specific issue where the localized nuxt-link
(see the localization pull request) for project pages brings the user to the default locale of that project page on their first visit (but not on subsequent visits).
Discussion
If this is intended behaviour, need to diagnose why it causes the localization error mentioned above.
If this is unintended behaviour, then need to diagnose why it is happening and fix it.