Open 825i opened 5 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.
Can confirm that this is definitely still an issue. Any way to fix this?
Not sure if this helps but I was getting the same error while trying to access myspeed through a cloudflared tunnel. Switching the following toggle on in the settings for the zero trust application under "access" seemed to help for me:
Not sure if this helps but I was getting the same error while trying to access myspeed through a cloudflared tunnel. Switching the following toggle on in the settings for the zero trust application under "access" seemed to help for me:
It doesn't change anything for me.
Not sure if this helps but I was getting the same error while trying to access myspeed through a cloudflared tunnel. Switching the following toggle on in the settings for the zero trust application under "access" seemed to help for me:
It doesn't change anything for me.
@Turge08 Hey i also had this issue with cloudflare tunnel, this was fixed by the Solution from @charlestephen -> But i also had to clear the website data in my browser now it works perfectly via the cf tunnel π
Not sure if this helps but I was getting the same error while trying to access myspeed through a cloudflared tunnel. Switching the following toggle on in the settings for the zero trust application under "access" seemed to help for me:
It doesn't change anything for me.
@Turge08 Hey i also had this issue with cloudflare tunnel, this was fixed by the Solution from @charlestephen -> But i also had to clear the website data in my browser now it works perfectly via the cf tunnel π
Thanks. I cleared the site data in the brave browser on my phone and that fixed it.
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