We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
After SHNG restart on the first connection to the admin interface the menu items do not translate. After a page reload everything seems fine ...
The text was updated successfully, but these errors were encountered:
That is a race condition in the frontend that I havn't found yet.
For the time being: Hit reload
Sorry, something went wrong.
In Vivaldi this sometimes resolves itself after a few seconds.
(mostly at the exact moment I initiate the reload...)
I tried reproducing this, which happens, but I haven't found a way to reliably reproduce it.
I did find a difference in the log:
on normal page load, the browser console shows
TopNavigationComponent.buildMenu: default_language de
while on failing loads, the messages are
TopNavigationComponent.buildMenu: default_language null SharedService.getFallbackLanguage: private_fallback_language_order, set to Array(0: "en", 1: "de", 2: "xx") TopNavigationComponent.buildMenu: default_language de SharedService.getFallbackLanguage: private_fallback_language_order, set to Array(0: "en", 1: "de", 2: "xx") ERROR TypeError: Cannot read properties of undefined (reading 'error')
So, in the second case, first no default language is set, and something seems to fail again on reading the fallback.
This doesn't solve anything, but for anyone familiar with the inner workings of the adminUI, this might serve as a pointer... (@msinn?)
No branches or pull requests
After SHNG restart on the first connection to the admin interface the menu items do not translate.
After a page reload everything seems fine ...
The text was updated successfully, but these errors were encountered: