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
[x] bug report => Search github for a similar issue or PR before submitting
[ ] feature request => Please check if similar feature request does not exist
[ ] support request => Suggested place for help and support is [stackoverflow](https://stackoverflow.com/), search for similar question before posting
Description
When I have in router path with children path, and I'm on child path after language is switch, back button in browser redirect into 404 error page. I switch language by using:
this.localize.changeLanguage(lang);
If I'm on first level page (not on children path) everything work good, and back button work.
I have this error after update Angular from 5.X into 7.1.0
I'm submitting a ... (check one with "x")
Description
When I have in router path with children path, and I'm on child path after language is switch, back button in browser redirect into 404 error page. I switch language by using:
this.localize.changeLanguage(lang);
If I'm on first level page (not on children path) everything work good, and back button work.
I have this error after update Angular from 5.X into 7.1.0
🌍 Your Environment
Angular Version:
Localize Router Version:
The text was updated successfully, but these errors were encountered: