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 have an application that's already been propagated and has numerous backlinks. Currently, I'm implementing ngx-translate and ngx-translate-route.
The implementation wasn't easy for me, but it's working now. However, I'm facing a problem:
When external users access the old URLs without a language prefix, the application fails to recognize the routes. Is there an easy workaround for this?
Below is a snippet of my routing code. The issue arises because I'm only using lazy-loaded modules within a layout component.
I'm seeking a solution to automatically append a default prefix to the URL when no prefix is present. I'm not using SSR; the application is entirely client-side, and I use nginx on the server side.
I'd prefer to resolve this issue internally within Angular, as I want to avoid using a 301 redirect in nginx. Is there an experienced herowho can assist me?
routes on app works fine with [routerLink]="'/maps' | localize" its only about external links.
Kind Regards
The text was updated successfully, but these errors were encountered:
Hi Guys,
I have an application that's already been propagated and has numerous backlinks. Currently, I'm implementing ngx-translate and ngx-translate-route.
The implementation wasn't easy for me, but it's working now. However, I'm facing a problem:
When external users access the old URLs without a language prefix, the application fails to recognize the routes. Is there an easy workaround for this?
Below is a snippet of my routing code. The issue arises because I'm only using lazy-loaded modules within a layout component.
I'm seeking a solution to automatically append a default prefix to the URL when no prefix is present. I'm not using SSR; the application is entirely client-side, and I use nginx on the server side.
I'd prefer to resolve this issue internally within Angular, as I want to avoid using a 301 redirect in nginx. Is there an experienced herowho can assist me?
routes on app works fine with [routerLink]="'/maps' | localize" its only about external links.
Kind Regards
The text was updated successfully, but these errors were encountered: