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
We have an app folder in our project that contains an angularjs application.
When using i18n, urls that start with app (which is all our code base minus vendor libraries) redirect to wrong url.
For example /app/main.js is redirected to /en/main.js instead of /en/app/main.js
As far as I can see, app is somehow a keyword, if we change app to something else, e.g. appx, it works just fine.
thanks in advance.
The text was updated successfully, but these errors were encountered:
We have an
app
folder in our project that contains an angularjs application.When using i18n, urls that start with
app
(which is all our code base minus vendor libraries) redirect to wrong url.For example
/app/main.js
is redirected to/en/main.js
instead of/en/app/main.js
As far as I can see,
app
is somehow a keyword, if we changeapp
to something else, e.g.appx
, it works just fine.thanks in advance.
The text was updated successfully, but these errors were encountered: