Open 825i opened 4 months ago
More debugging:
It shows the fronts are not being loaded for some reason. Despite the fact that I can clearly see them referenced in the browser.
There's also a manifest.json
error.
Hey, This error should only occur if the translation files could not be loaded. This might be due to caching an old MySpeed version or MySpeed trying to load a language that does not exist.
For further debugging, could you please share the Network
tab in the DevTools? There should be .json files being loaded while starting (for me it's en.json & de.json - English and German). You can use the Fetch/XHR
filter at the top to have the list a little bit cleaner.
If you found the request to the .json file, click on it and go to the Response
tab there
I am reopening this. It seems to happen over and over again and this time clearing cache has done absolutely nothing. There is definitely a fundamental problem with this application and the way it is caching or using fonts.
I recommend you remove all custom fonts and just use built-in fonts supplied via OS and browser. There's really no reason to require custom fonts that for some reason or another are not able to be decoded by mainstream chromium based browsers...
Here's the network tab you asked for (with my site's url removed for privacy):
There's a whole bunch of issues associated with this redirect loop too.
It would be a better idea to make the redirect manual. "Click here to refresh" etc. so there's time to actually troubleshoot and debug the error. Because the page keeps refreshing I need to essentially block that process to even try and figure this out.
General
The Bug
Getting this error:
Worked fine for a few days then stopped. Docker container is showing that it is doing tests without any problems but the UI is stuck in an infinite loop of reloading due to this "translations" issue.
What device are you using to access the page?
In the browser
Which operating system is your MySpeed instance running on?
Linux