I updated my dashticz last week from 3.9.1 to the latest 3.9.3. All my devices can load the dashticz dashboard except for my ancient ipad mini1
Now the things is I have exactly the same issue as with the last update; "Dashticz v3 is loading" on a white screen. Last time I totally messed up my whole Domoticz server because I couldn't get it solved pulling all my hair. After a full restore from a previous version and updating dashticz to the latest version it was all working (that was 3.9.1).
Now last week I updated to 3.9.3 and the same issue is here again.
I tried the following
First tried all kinds of ways to clear cache and history on the iPad
rebooted iPad (ipad mini A1432 with 16GB, 12GB free)
rebooted Router (MikroTik)
rebooted Domoticz server (raspberry pi)
cleaned up docker containers, stopped and started container, dubblechecked docker Makefile.ini
tried different browsers on iPad (default Safari, Kios pro lite, Dolphin
renamed custom.js and custom.css so its not used
tried to start with /?cfg=CONFIG_DEFAULT.js
tried with and without password in CONFIG.js
tried different network password/segment
As you can see I'm running out of options. I do see some error messages in develoipmode in Firefox:
Code: Select all
<html class=" non-touch" lang="en"> EVENT <-- inline: 5
html {
font-size: 10px;
-webkit-tap-highlight-color: rgba(0,0,0,0); <-- invalid property name
}
html { <-- inline: 5
font-family: sans-serif;
-ms-text-size-adjust: 100%; <-- invalid property name
-webkit-text-size-adjust: 100%; <-- invalid property value
<body id="page-top" class="night" style="overflow": auto; user-select: none;" unselectable="on"> EVENT SCROLL OVERFLOW
body { <-- creative.css
webkit-tap-highlight-color: #222222;
}
html { <-- inline: 5
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
}
Could it be that because of the old browsers it doesnt't support these errors?
Also what I find very strange is that if i load the dashboard (first/start page of domoticz i dont see any icons, on Setup-device i get this:
Code: Select all
{{::"Loading..." | translate }}
On another ipad (ipad2, a liiiiitle bit newer but also an oldie) its working.
Big difference is that the ipad mini (that gives this issue) is always turned on and connected to dashticz
Is there in any way an option with a url command to force clear cache or with an .js command or can I somehow sent a command from dashticz or domoticz?
It seems that after I got my domoticz re-installed that dashticz also worked again last time.
Any indicators would be awesome, otherwise probably have to buy a new ipad and use the ipad2 as dashboard
If any more info is needed please let me know