-
-
Notifications
You must be signed in to change notification settings - Fork 483
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Warnings in console after ignore route in-component #710
Comments
This is probably triggered because you have language selector somewhere on the page that calls You'd need to show the code that triggers those warnings, then I might be able to advise more. |
I commented all Simple reproduce: Turn to Console and click 'About' link on homepage. |
Could be also coming from |
Yes, those are triggered from seo functionality ( For the record: the issue is due to disabling some locales per-route. In that case we don't keep track of which page has which locales disabled and so we assume that all locales are available. |
@rchl this warning it triggered even more when So even when disabling seo all together this warning will still be thrown on initial load and any time you programatically switch the locale with |
Any updates on this? I'm running into the same issue. Probably related to this but I'd also like to remove the language switcher on pages which don't have that language enabled. It seems i18n does not have any variable stating which languages are actually available for the actual page. |
The same issue. |
Looking for clear solution on this matter. I am getting similar warnings |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Any updates? |
1 similar comment
Any updates? |
The problem remains unresolved |
Closing this as v7 is not being actively worked on (critical hotfixes only), if this still applies to v8 and later please open a new issue! |
My app have got two languages (en and ar). To set only one language in specific page I used 'in-component' option:
After that I have a page with only en language, that's great but also a lot of warnings in console like
How properly can I set one language for page without warnings?
The text was updated successfully, but these errors were encountered: